EntityStatus.ConsumableStateEnum Enumeration
Autodesk.DataManagement.Client.Framework.Vault›Autodesk.DataManagement.Client.Framework.Vault.Currency.Properties
Represents a state which describes if the entity on disk is the latest consumable entity.
Syntax
public enum EntityStatus.ConsumableStateEnum : System.Enum Public Enum EntityStatus.ConsumableStateEnum
Inherits System.EnumMembers
| Member | Description |
|---|---|
| LatestConsumable | The entity in the local working folder is the latest consumable entity. |
| NotLatestConsumable | The entity in the local working folder is not the latest consumable entity. |
| Unknown | The consumable state is unknown. |
Inheritance Hierarchy
- System.Object
- System.ValueType
- System.Enum
- Autodesk.DataManagement.Client.Framework.Vault.Currency.Properties.EntityStatus.ConsumableStateEnum