CopyFromIndexCommandApply Method

Implement this method to apply the copy command to the given target document using the given 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