PageConversionPriority enumeration

NOTE: This API is now obsolete.

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
<ObsoleteAttribute("This enum is obsolete - use the specialized Office services instead for conversions",  _
    False)> _
Public Enumeration PageConversionPriority
'Usage
Dim instance As PageConversionPriority
[ObsoleteAttribute("This enum is obsolete - use the specialized Office services instead for conversions", 
    false)]
public enum PageConversionPriority

Members

Member name Description
Immediately Obsolete. Specifies to start the job immediately, without waiting for the next scheduled conversion job to start.
High Obsolete. Indicates priority order for the individual conversions.
Medium Obsolete. Specifies priority order for the individual conversions.
Low Obsolete. 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.

See also

Reference

Microsoft.SharePoint.Publishing namespace

Add

Add

UpdateContentFromSourceDocument