CopyFromIndexCommand.CopyFromIndexCommand Constructor
Definition
- Assembly
- Sandcastle.Tools.BuildComponents.dll
Constructor
public CopyFromIndexCommand(BuildComponentCore parent, IndexedCache sourceIndex, string keyXPath, string sourceXPath, string targetXPath, bool isAttribute, bool ignoreCase)
Parameters
parentBuildComponentCoreThe parent build component
sourceIndexIndexedCacheThe source index
keyXPathstringThe key XPath expression
sourceXPathstringThe source XPath expression
targetXPathstringThe target XPath expression
isAttributeboolTrue if the targets are to be added as attributes, false if they are to be added as elements
ignoreCaseboolTrue to ignore case on the keys when retrieving index values