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.
Indicates the results of a file transform.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<SubsetCallableTypeAttribute> _
Public Enumeration SPFileConversionResult
'Usage
Dim instance As SPFileConversionResult
[SubsetCallableTypeAttribute]
public enum SPFileConversionResult
Members
| Member name | Description | |
|---|---|---|
| Success | The transform was successful. | |
| AlreadyCompleted | The transform has been successfully completed. | |
| Pending | The transform is currently in the queue. | |
| AccessDenied | Access is denied to the file to be converted. | |
| NotAvailable | The specified transformer ID does not exist. | |
| Blocked | The transform is blocked by Information Rights Management. | |
| BackendUnavailable | The server containing the file to be converted is unavailable. | |
| Failure | The transform did not succeed. |