Table of Contents

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

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.