Autodesk Vault ProfessionalVault API

ResultEnum Enumeration

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

An enumeration containing the resulting states of a content source property based operation.

Syntax

public enum ResultEnum : System.Enum 
Public Enum ResultEnum
   Inherits System.Enum

Members

MemberDescription
AccessErrorAn error accessing the file or property provider.
CorruptionErrorAn unexpected data format or type was returned.
ErrorA general error occurred.
IFilterNotFoundThe IFilter could not be found.
NotSupportedThe file or content is not supported by the property provider.
ProviderNotFoundThe propery provider could not be found for the given file.
SuccessThe operation succeeded without errors.

Returned By

Where you get a ResultEnum — members that return one.

Inheritance Hierarchy

  • System.Object
  • System.ValueType
  • System.Enum
  • Autodesk.Connectivity.WebServices.ResultEnum

See Also