FileHistoryTypeOptions Enumeration
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
Options for viewing file history.
Syntax
public enum FileHistoryTypeOptions : System.Enum Public Enum FileHistoryTypeOptions
Inherits System.EnumMembers
| Member | Description |
|---|---|
| All | All file versions |
| AllRevisionConsumable | All file versions that are in a consumable (released) state. |
| AllRevisionConsumableAndTip | All file versions that are either the highest version in a revision or in a consumable (released) state. |
| Revision | All file versions in the same revision.. |
| RevisionConsumable | All file versions in the same revision that are in a consumable (released) state. |
| RevisionConsumableAndTip | All 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