Click or drag to resize
Sandcastle Help File BuilderLightweightWebsiteStylePlugInExecutionPoints Property
This read-only property returns an enumerable list of execution points that define when the plug-in should be invoked during the build process.

Namespace: SandcastleBuilder.PlugIns
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2014.11.22.0
Syntax
public IEnumerable<ExecutionPoint> ExecutionPoints { get; }

Property Value

Type: IEnumerableExecutionPoint

Implements

IPlugInExecutionPoints
See Also