PageConversionPriority Enumeration
Represents the enumeration that is passed that indicates the priority of a page conversion job.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Enumeration PageConversionPriority
'Usage
Dim instance As PageConversionPriority
public enum PageConversionPriority
Members
Member name | Description | |
---|---|---|
Immediately | Specifies to start the job immediately, without waiting for the next scheduled conversion job to start. | |
High | Indicates priority order for the individual conversions. | |
Medium | Specifies priority order for the individual conversions. | |
Low | Specifies priority order for the individual conversions. |
Remarks
Values include the following:
Immediately Start the job immediately, without waiting for the next scheduled conversion job to start.
High, Medium, or Low Indicates priority order for the individual conversions.
If there is no user interaction required for this conversion job, use Medium. If a user will be waiting for completion of the job, use Immediately.