CopyCommand Constructor
Constructor
Namespace: Sandcastle.Tools.BuildComponents.CommandsAssembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.9.12.0
protected CopyCommand(
BuildComponentCore parent,
string sourceXPath,
string targetXPath
)
Protected Sub New (
parent As BuildComponentCore,
sourceXPath As String,
targetXPath As String
)
protected:
CopyCommand(
BuildComponentCore^ parent,
String^ sourceXPath,
String^ targetXPath
)
new :
parent : BuildComponentCore *
sourceXPath : string *
targetXPath : string -> CopyCommand
Parameters
- parent BuildComponentCore
- The parent build component
- sourceXPath String
- The source XPath expression
- targetXPath String
- The target XPath expression