CopyCommand Constructor

Constructor

Definition

Namespace: Sandcastle.Tools.BuildComponents.Commands
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.9.12.0
protected CopyCommand(
	BuildComponentCore parent,
	string sourceXPath,
	string targetXPath
)

Parameters

parent  BuildComponentCore
The parent build component
sourceXPath  String
The source XPath expression
targetXPath  String
The target XPath expression

See Also