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