CopyFromIndexComponentCreateIndex Method

This is used to create the index cache

Definition

Namespace: Sandcastle.Tools.BuildComponents
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.9.12.0
protected virtual IndexedCache CreateIndex(
	XPathNavigator configuration
)

Parameters

configuration  XPathNavigator
The index configuration

Return Value

IndexedCache
An instance of an IndexedCache derived class

See Also