CopyFromIndexCommand Constructor
Constructor
Namespace: Sandcastle.Tools.BuildComponents.CommandsAssembly: 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
)
Public Sub New (
parent As BuildComponentCore,
sourceIndex As IndexedCache,
keyXPath As String,
sourceXPath As String,
targetXPath As String,
isAttribute As Boolean,
ignoreCase As Boolean
)
public:
CopyFromIndexCommand(
BuildComponentCore^ parent,
IndexedCache^ sourceIndex,
String^ keyXPath,
String^ sourceXPath,
String^ targetXPath,
bool isAttribute,
bool ignoreCase
)
new :
parent : BuildComponentCore *
sourceIndex : IndexedCache *
keyXPath : string *
sourceXPath : string *
targetXPath : string *
isAttribute : bool *
ignoreCase : bool -> CopyFromIndexCommand
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