Click or drag to resize
Sandcastle Help File BuilderCompletionNotificationPlugInExecute Method
This method is used to execute the plug-in during the build process

Namespace: SandcastleBuilder.PlugIns
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2014.11.22.0
Syntax
public void Execute(
	ExecutionContext context
)

Parameters

context
Type: SandcastleBuilder.Utils.BuildComponentExecutionContext
The current execution context

Implements

IPlugInExecute(ExecutionContext)
Remarks
Since this runs after completion of the build and the log file is closed, any progress messages reported here will not appear in it, just in the output window on the main form.
See Also