IPlugInInitialize Method

This method is used to initialize the plug-in at the start of the build process

Definition

Namespace: SandcastleBuilder.Utils.BuildComponent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
void Initialize(
	BuildProcess buildProcess,
	XElement configuration
)

Parameters

buildProcess  BuildProcess
A reference to the current build process
configuration  XElement
The configuration data that the plug-in should use to initialize itself

See Also