EntityStatus.VersionStateEnum Enumeration
Autodesk.DataManagement.Client.Framework.Vault›Autodesk.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.EnumMembers
| Member | Description |
|---|---|
| InVaultButNotOnDisk | The entity is in vault but is not present the local working directory. |
| MatchesLatestVaultVersion | The version of the entity in the working directory matches the latest version in the vault. |
| MatchesNoVaultVersion | The version of the entity in the working directory does not match any version in the vault. |
| MatchesOlderVaultVersion | The version of the entity in the working directory matches a version other than the latest version in the vault. |
| OnDiskButNotInVault | The entity is on disk in the working directory, but is not present in vault. |
| Unknown | The version state is unknown. |
Inheritance Hierarchy
- System.Object
- System.ValueType
- System.Enum
- Autodesk.DataManagement.Client.Framework.Vault.Currency.Properties.EntityStatus.VersionStateEnum