CloneComponent.Initialize Method
Definition
- Namespace
- Sandcastle.Tools.BuildComponents
- Assembly
- Sandcastle.Tools.BuildComponents.dll
This abstract method must be overridden to initialize the component
public override void Initialize(XPathNavigator configuration)
Parameters
configurationXPathNavigatorThe 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.