CopyFromIndexCommand Constructor

Constructor

Definition

Namespace: Sandcastle.Tools.BuildComponents.Commands
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.9.12.0
public CopyFromIndexCommand(
	BuildComponentCore parent,
	IndexedCache sourceIndex,
	string keyXPath,
	string sourceXPath,
	string targetXPath,
	bool isAttribute,
	bool ignoreCase
)

Parameters

parent  BuildComponentCore
The parent build component
sourceIndex  IndexedCache
The source index
keyXPath  String
The key XPath expression
sourceXPath  String
The source XPath expression
targetXPath  String
The target XPath expression
isAttribute  Boolean
True if the targets are to be added as attributes, false if they are to be added as elements
ignoreCase  Boolean
True to ignore case on the keys when retrieving index values

See Also