| SqlCopyFromIndexComponentCreateIndex Method |
This is used to create the index cache
Namespace: SandcastleBuilder.ComponentsAssembly: SandcastleBuilder.Components (in SandcastleBuilder.Components.dll) Version: 2014.11.22.0
Syntax protected override IndexedCache CreateIndex(
XPathNavigator configuration
)
Protected Overrides Function CreateIndex (
configuration As XPathNavigator
) As IndexedCache
protected:
virtual IndexedCache^ CreateIndex(
XPathNavigator^ configuration
) override
abstract CreateIndex :
configuration : XPathNavigator -> IndexedCache
override CreateIndex :
configuration : XPathNavigator -> IndexedCache
Parameters
- configuration
- Type: System.Xml.XPathXPathNavigator
The index configuration
Return Value
Type:
IndexedCacheAn instance of an
IndexedCache derived class
See Also