Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
NOTE: This API is now obsolete.
Indicates the results of a file transform.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
<ObsoleteAttribute("This member is obsolete.", False)> _
Public Enumeration SPFileConversionResult
'Usage
Dim instance As SPFileConversionResult
[ObsoleteAttribute("This member is obsolete.", false)]
public enum SPFileConversionResult
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. |
Please sign in to use this experience.
Sign in