BuildComponentCoreApply Method

This abstract method must be overridden to apply the build component's changes to the specified document.

Definition

Namespace: Sandcastle.Core.BuildAssembler.BuildComponent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public abstract void Apply(
	XmlDocument document,
	string key
)

Parameters

document  XmlDocument
The document that the build component can modify
key  String
The key that uniquely identifies the document

See Also