PageConversionPriority Enumeration
Enumeration that is passed that indicates the priority of a page conversion job. Recommended value is Medium.
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 | ||
High | ||
Medium | ||
Low |
Remarks
Values include:
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 the Medium setting. If a user will be waiting for completion of the job, use Immediately.