WildcardReferencesPlugInInitialize Method

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

Definition

Namespace: SandcastleBuilder.PlugIns
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2024.12.21.0
public 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

Implements

IPlugInInitialize(BuildProcess, XElement)

See Also