SPFileConversionState Enumeration

Specifies the conversion state for a file that is being transformed.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<SubsetCallableTypeAttribute> _
Public Enumeration SPFileConversionState
'Usage
Dim instance As SPFileConversionState
[SubsetCallableTypeAttribute]
public enum SPFileConversionState

Members

Member name Description
NotAvailable The specified transformer ID does not exist.
Available The transform has not been initiated.
Pending The transform is currently in the queue.
Completed The transform has successfully completed.

See Also

Reference

Microsoft.SharePoint Namespace