EntityStatus.RevisionStateEnum Enumeration
Autodesk.DataManagement.Client.Framework.Vault›Autodesk.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.EnumMembers
| Member | Description |
|---|---|
| MatchesHistoricalRevision | The revision of the entity in the local working folder matches a revision other than the latest in the vault. |
| MatchesLatestRevision | The revision of entity in the local working folder matches the latest revision in vault. |
| Unknown | The revision state is unknown. |
Inheritance Hierarchy
- System.Object
- System.ValueType
- System.Enum
- Autodesk.DataManagement.Client.Framework.Vault.Currency.Properties.EntityStatus.RevisionStateEnum