Copy From Index ComponentCreate Index Method
This is used to create the index cache
Definition
Namespace: Sandcastle.Tools.BuildComponents
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
An instance of an IndexedCache derived class
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
C#
protected virtual IndexedCache CreateIndex(
XPathNavigator configuration
)VB
Protected Overridable Function CreateIndex (
configuration As XPathNavigator
) As IndexedCacheC++
protected:
virtual IndexedCache^ CreateIndex(
XPathNavigator^ configuration
)F#
abstract CreateIndex :
configuration : XPathNavigator -> IndexedCache
override CreateIndex :
configuration : XPathNavigator -> IndexedCache Parameters
- configuration XPathNavigator
- The index configuration
Return Value
IndexedCacheAn instance of an IndexedCache derived class