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

Namespace: SandcastleBuilder.Utils.BuildComponent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
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
See Also