Click or drag to resize
Sandcastle Help File BuilderDeploymentPlugInExecute 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)
See Also