Autodesk Vault ProfessionalVault API

RestrictPurgeOption Enumeration

Autodesk.Connectivity.WebServicesAutodesk.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.Enum

Members

MemberDescription
AllAll versions in the life cycle state cannot be purged.
FirstAndLastAll versions are deleted except for the first and last versions in the state.
LastAll versions are deleted except for the last version in the state.
NoneNo 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

See Also