Click or drag to resize
Sandcastle Help File BuilderSqlResolveReferenceLinksComponentInitialize Method
This abstract method must be overridden to initialize the component

Namespace: SandcastleBuilder.Components
Assembly: SandcastleBuilder.Components (in SandcastleBuilder.Components.dll) Version: 2014.11.22.0
Syntax
public override void Initialize(
	XPathNavigator configuration
)

Parameters

configuration
Type: System.Xml.XPathXPathNavigator
The component configuration
See Also