IPlugIn.Initialize Method
Definition
- Namespace
- Sandcastle.Core.PlugIn
- Assembly
- Sandcastle.Core.dll
This method is used to initialize the plug-in at the start of the build process
void Initialize(IBuildProcess buildProcess, XElement configuration)
Parameters
buildProcessIBuildProcessA reference to the current build process
configurationXElementThe configuration data that the plug-in should use to initialize itself