Click or drag to resize
Sandcastle Help File BuilderESentIndexedCache Properties

The ESentIndexedCache type exposes the following members.

Properties
  NameDescription
Public propertyComponent
This read-only property returns a reference to the CopyFromIndexComponent that owns it
(Inherited from IndexedCache.)
Public propertyCount
This read-only property returns a count of the items in the indexed cache
(Overrides InMemoryIndexedCacheCount.)
Public propertyIsDisposed
This read-only property can be used to determine whether or not the indexed cache has been disposed
(Inherited from IndexedCache.)
Public propertyItem
This read-only property returns the value in the indexed cache for the given key
(Overrides InMemoryIndexedCacheItemString.)
Public propertyKeyExpression
This read-only property returns the XPath expression used to extract the key from values
(Inherited from IndexedCache.)
Public propertyName
This read-only property returns the name of the index cache
(Inherited from IndexedCache.)
Public propertyValueExpression
This read-only property returns the XPath expression used to search for values in the XML files
(Inherited from IndexedCache.)
Top
See Also