WebsiteTableOfContentsGeneratorPlugInExecute Method

This method is used to execute the plug-in during the build process

Definition

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

Parameters

context  ExecutionContext
The current execution context

Implements

IPlugInExecute(ExecutionContext)

See Also