Autodesk Vault ProfessionalVault API

EntityStatus.RevisionStateEnum Enumeration

Autodesk.DataManagement.Client.Framework.VaultAutodesk.DataManagement.Client.Framework.Vault.Currency.Properties

Represents a state which describes how the Revision of the entity on disk relates to the latest Revision of the entity in the vault

Syntax

public enum EntityStatus.RevisionStateEnum : System.Enum 
Public Enum EntityStatus.RevisionStateEnum
   Inherits System.Enum

Members

MemberDescription
MatchesHistoricalRevisionThe revision of the entity in the local working folder matches a revision other than the latest in the vault.
MatchesLatestRevisionThe revision of entity in the local working folder matches the latest revision in vault.
UnknownThe revision state is unknown.

Inheritance Hierarchy

  • System.Object
  • System.ValueType
  • System.Enum
  • Autodesk.DataManagement.Client.Framework.Vault.Currency.Properties.EntityStatus.RevisionStateEnum

See Also