Autodesk Vault ProfessionalVault API

FileLifecycleInfo Class

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

Contains information about the Life Cycle of a file.

Syntax

public class FileLifecycleInfo 
Public Class FileLifecycleInfo 

Constructors

NameDescription
FileLifecycleInfoCreate a FileLifecycleInfo object

Properties

NameDescription
DefinitionIdGet the ID of the life cycle definition for the latest file within the same revision
IsConsumableGets whether or not the current file version is in a consumable (released) state.
StateIdGet the ID of the life cycle state for the latest file within the same revision
StateNameGets the name of the life cycle state for the current file version

Returned By

Where you get a FileLifecycleInfo — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.DataManagement.Client.Framework.Vault.Currency.Entities.FileLifecycleInfo

See Also