Copy Command Constructor
Constructor
Definition
Namespace: Sandcastle.Tools.BuildComponents.Commands
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
C#
protected CopyCommand(
BuildComponentCore parent,
string sourceXPath,
string targetXPath
)VB
Protected Sub New (
parent As BuildComponentCore,
sourceXPath As String,
targetXPath As String
)C++
protected:
CopyCommand(
BuildComponentCore^ parent,
String^ sourceXPath,
String^ targetXPath
)F#
new :
parent : BuildComponentCore *
sourceXPath : string *
targetXPath : string -> CopyCommandParameters
- parent BuildComponentCore
- The parent build component
- sourceXPath String
- The source XPath expression
- targetXPath String
- The target XPath expression