Autodesk Vault ProfessionalVault API

FileHistoryTypeOptions Enumeration

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Options for viewing file history.

Syntax

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

Members

MemberDescription
AllAll file versions
AllRevisionConsumableAll file versions that are in a consumable (released) state.
AllRevisionConsumableAndTipAll file versions that are either the highest version in a revision or in a consumable (released) state.
RevisionAll file versions in the same revision..
RevisionConsumableAll file versions in the same revision that are in a consumable (released) state.
RevisionConsumableAndTipAll file versions in the same revision that are either the highest version in the revision or in a consumable (released) state.

Inheritance Hierarchy

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

See Also