IndexedCache Constructor

Constructor

Definition

Namespace: Sandcastle.Tools.BuildComponents.Commands
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
protected IndexedCache(
	CopyFromIndexComponent component,
	XmlNamespaceManager context,
	XPathNavigator configuration
)

Parameters

component  CopyFromIndexComponent
The CopyFromIndexComponent to which the indexed cache belongs
context  XmlNamespaceManager
A context to use with the key and value XPath expressions
configuration  XPathNavigator
The configuration to use

See Also