Click or drag to resize
Sandcastle Help File BuilderExecutionPointPriority Property
This read-only property returns the execution priority of the plug-in.

Namespace: SandcastleBuilder.Utils.BuildComponent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public int Priority { get; }

Property Value

Type: Int32
Plug-ins with a higher priority value will execute before those with a lower priority value. If not specified, the default is 1,000.
See Also