ExecutionPointPriority Property

This read-only property returns the execution priority of the plug-in.

Definition

Namespace: Sandcastle.Core.PlugIn
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public int Priority { get; }

Property Value

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