ProvStatus Enumeration
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
An enumeration containing the resulting states of a content source property based operation.
Syntax
public enum ProvStatus : System.Enum Public Enum ProvStatus
Inherits System.EnumMembers
| Member | Description |
|---|---|
| AccessError | An error accessing the file or property provider. |
| CorruptionError | An unexpected data format or type was returned. |
| Error | A general error occurred. |
| IFilterNotFound | The IFilter could not be found. |
| NotSupported | The file or content is not supported by the property provider. |
| ProviderNotFound | The propery provider could not be found for the given file. |
| Success | The operation succeeded without errors. |
Returned By
Where you get a ProvStatus — members that return one.
Inheritance Hierarchy
- System.Object
- System.ValueType
- System.Enum
- Autodesk.Connectivity.WebServices.ProvStatus