Autodesk Vault ProfessionalVault API

VersionGatheringOption Enumeration

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

Specifies the algorithm for choosing a version when gathering relationships.

Syntax

public enum VersionGatheringOption : System.Enum 
Public Enum VersionGatheringOption
   Inherits System.Enum

Members

MemberDescription
ActualGathers the actual version for the relationship
LatestGathers the latest version
RevisionGathers the appropriate version that represents the revision for the relationship

Returned By

Where you get a VersionGatheringOption — members that return one.

Inheritance Hierarchy

  • System.Object
  • System.ValueType
  • System.Enum
  • Autodesk.DataManagement.Client.Framework.Vault.Currency.VersionGatheringOption

See Also