TransformComponentApply Method

This is overridden to apply the presentation style transformations to the document

Definition

Namespace: Sandcastle.Tools.BuildComponents
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
public override void Apply(
	XmlDocument document,
	string key
)

Parameters

document  XmlDocument
The document to transform
key  String
The topic key

Remarks

  Important

An argument called key is automatically added to the argument list when each topic is transformed. It will contain the current topic's key.

See Also