SPFileConversionResult enumeration
NOTE: This API is now obsolete.
Indicates the results of a file transform.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("This member is obsolete.", False)> _
Public Enumeration SPFileConversionResult
'Usage
Dim instance As SPFileConversionResult
[ObsoleteAttribute("This member is obsolete.", false)]
public enum SPFileConversionResult
Members
Member name | Description | |
---|---|---|
Success | Obsolete. The transform was successful. | |
AlreadyCompleted | Obsolete. The transform has been successfully completed. | |
Pending | Obsolete. The transform is currently in the queue. | |
AccessDenied | Obsolete. Access is denied to the file to be converted. | |
NotAvailable | Obsolete. The specified transformer ID does not exist. | |
Blocked | Obsolete. The transform is blocked by Information Rights Management. | |
BackendUnavailable | Obsolete. The server containing the file to be converted is unavailable. | |
Failure | Obsolete. The transform did not succeed. |