| SqlIndexedCache Constructor |
Constructor
Namespace: SandcastleBuilder.Components.CommandsAssembly: SandcastleBuilder.Components (in SandcastleBuilder.Components.dll) Version: 2014.11.22.0
Syntax public SqlIndexedCache(
CopyFromIndexComponent component,
XmlNamespaceManager context,
XPathNavigator configuration
)
Public Sub New (
component As CopyFromIndexComponent,
context As XmlNamespaceManager,
configuration As XPathNavigator
)
public:
SqlIndexedCache(
CopyFromIndexComponent^ component,
XmlNamespaceManager^ context,
XPathNavigator^ configuration
)
new :
component : CopyFromIndexComponent *
context : XmlNamespaceManager *
configuration : XPathNavigator -> SqlIndexedCache
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