Table of Contents

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

buildProcess IBuildProcess

A reference to the current build process

configuration XElement

The configuration data that the plug-in should use to initialize itself