CopyFromFilesCommandApply Method

Apply the copy command to the specified target document using the specified context

Definition

Namespace: Sandcastle.Tools.BuildComponents.Commands
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.9.12.0
public override void Apply(
	XmlDocument targetDocument,
	IXmlNamespaceResolver context
)

Parameters

targetDocument  XmlDocument
The target document
context  IXmlNamespaceResolver
The context to use

See Also