TransformComponent.Apply Method
Definition
- Namespace
- Sandcastle.Tools.BuildComponents
- Assembly
- Sandcastle.Tools.BuildComponents.dll
This is overridden to apply the presentation style transformations to the document
public override void Apply(XmlDocument document, string key)
Parameters
documentXmlDocumentThe document to transform
keystringThe 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.