CloneComponentInitialize Method

This abstract method must be overridden to initialize the component

Definition

Namespace: Sandcastle.Tools.BuildComponents
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.9.12.0
public override void Initialize(
	XPathNavigator configuration
)

Parameters

configuration  XPathNavigator
The component configuration

Remarks

Multiple branch elements are specified as the configuration. Each branch element can contain one or more component definitions that will be created and executed when this component is applied. Each branch receives a clone of the document. This may be useful for generating multiple help output formats in one build configuration.

See Also