ExecutionPoint.Priority Property
Definition
- Namespace
- Sandcastle.Core.PlugIn
- Assembly
- Sandcastle.Core.dll
This read-only property returns the execution priority of the plug-in.
public int Priority { get; }
Property Value
- int
Plug-ins with a higher priority value will execute before those with a lower priority value. If not specified, the default is 1,000.