Click or drag to resize
Sandcastle Help File BuilderESentIndexedCache Constructor
Constructor

Namespace: SandcastleBuilder.Components.Commands
Assembly: SandcastleBuilder.Components (in SandcastleBuilder.Components.dll) Version: 2014.11.22.0
Syntax
public ESentIndexedCache(
	CopyFromIndexComponent component,
	XmlNamespaceManager context,
	XPathNavigator configuration
)

Parameters

component
Type: Microsoft.Ddue.ToolsCopyFromIndexComponent
The CopyFromIndexComponent to which the indexed cache belongs
context
Type: System.XmlXmlNamespaceManager
A context to use with the key and value XPath expressions
configuration
Type: System.Xml.XPathXPathNavigator
The configuration to use
See Also