Home > @tridion-sites/open-api-client > PublishPriority
Identifies the priority of the publish action.
Members: * Low - Low priority.
* Normal - Normal priority.
* High - High priority.
Signature:
export declare enum PublishPriority
| Member | Value | Description |
|---|---|---|
| HIGH | "High" |
|
| LOW | "Low" |
|
| NORMAL | "Normal" |