Click or drag to resize
Sandcastle Help File BuilderAdditionalReferenceLinksPlugInInitialize Method
This method is used to initialize the plug-in at the start of the build process.

Namespace: SandcastleBuilder.PlugIns
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2014.11.22.0
Syntax
public void Initialize(
	BuildProcess buildProcess,
	XPathNavigator configuration
)

Parameters

buildProcess
Type: SandcastleBuilder.Utils.BuildEngineBuildProcess
A reference to the current build process.
configuration
Type: System.Xml.XPathXPathNavigator
The configuration data that the plug-in should use to initialize itself.

Implements

IPlugInInitialize(BuildProcess, XPathNavigator)
Exceptions
ExceptionCondition
BuilderExceptionThis is thrown if the plug-in configuration is not valid.
See Also