RestrictPurgeOption Enumeration
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
Options for what file versions should not be deleted during a purge operation.
Syntax
public enum RestrictPurgeOption : System.Enum Public Enum RestrictPurgeOption
Inherits System.EnumMembers
| Member | Description |
|---|---|
| All | All versions in the life cycle state cannot be purged. |
| FirstAndLast | All versions are deleted except for the first and last versions in the state. |
| Last | All versions are deleted except for the last version in the state. |
| None | No versions in this life cycle state are restricted from delete during a purge. |
Returned By
Where you get a RestrictPurgeOption — members that return one.
Inheritance Hierarchy
- System.Object
- System.ValueType
- System.Enum
- Autodesk.Connectivity.WebServices.RestrictPurgeOption