Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the conversion state for a file that is being transformed.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public Enumeration SPFileConversionState
Dim instance As SPFileConversionState
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. |