Autodesk Vault ProfessionalVault API

EntityStatus.ConsumableStateEnum Enumeration

Autodesk.DataManagement.Client.Framework.VaultAutodesk.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.Enum

Members

MemberDescription
LatestConsumableThe entity in the local working folder is the latest consumable entity.
NotLatestConsumableThe entity in the local working folder is not the latest consumable entity.
UnknownThe consumable state is unknown.

Inheritance Hierarchy

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

See Also