Click or drag to resize
Sandcastle Help File BuilderSqlCopyFromIndexComponentCreateIndex Method
This is used to create the index cache

Namespace: SandcastleBuilder.Components
Assembly: SandcastleBuilder.Components (in SandcastleBuilder.Components.dll) Version: 2014.11.22.0
Syntax
protected override IndexedCache CreateIndex(
	XPathNavigator configuration
)

Parameters

configuration
Type: System.Xml.XPathXPathNavigator
The index configuration

Return Value

Type: IndexedCache
An instance of an IndexedCache derived class
See Also