CopyFromFilesCommand Constructor
Constructor
Namespace: Sandcastle.Tools.BuildComponents.CommandsAssembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.9.12.0
public CopyFromFilesCommand(
BuildComponentCore parent,
string basePath,
string fileXPath,
string sourceXPath,
string targetXPath
)
Public Sub New (
parent As BuildComponentCore,
basePath As String,
fileXPath As String,
sourceXPath As String,
targetXPath As String
)
public:
CopyFromFilesCommand(
BuildComponentCore^ parent,
String^ basePath,
String^ fileXPath,
String^ sourceXPath,
String^ targetXPath
)
new :
parent : BuildComponentCore *
basePath : string *
fileXPath : string *
sourceXPath : string *
targetXPath : string -> CopyFromFilesCommand
Parameters
- parent BuildComponentCore
- The parent build component
- basePath String
- The base path in which to find the files
- fileXPath String
- The file XPath expression used to get the file from which to copy elements
- sourceXPath String
- The source XPath expression
- targetXPath String
- The target XPath expression