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)
Syntax
Public Enumeration SPFileConversionResult
Dim instance As SPFileConversionResult
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 | ||
| NotAvailable | The specified transformer ID does not exist. | |
| Blocked | The transform is blocked by Information Rights Management. | |
| BackendUnavailable | ||
| Failure | The transform did not succeed. |