Autodesk Vault ProfessionalVault API

EntityStatus.VersionStateEnum Enumeration

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

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

Syntax

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

Members

MemberDescription
InVaultButNotOnDiskThe entity is in vault but is not present the local working directory.
MatchesLatestVaultVersionThe version of the entity in the working directory matches the latest version in the vault.
MatchesNoVaultVersionThe version of the entity in the working directory does not match any version in the vault.
MatchesOlderVaultVersionThe version of the entity in the working directory matches a version other than the latest version in the vault.
OnDiskButNotInVaultThe entity is on disk in the working directory, but is not present in vault.
UnknownThe version state is unknown.

Inheritance Hierarchy

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

See Also