Autodesk Vault ProfessionalVault API

FileAssocAlg Enumeration

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

The algoritm to use when traversing file association trees.

Syntax

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

Members

MemberDescription
ActualThe actual version-to-version relationships.
LatestConsumableUse the latest version in a consumable state.
LatestTipUse the latest version of the file.
RevisionConsumableFavor the latest version that is in a consumable state within a revision.
RevisionDateUse the highest version within a revision that is less than the check-in date of the intput file.
RevisionTipUse the latest version in the revision.

Inheritance Hierarchy

  • System.Object
  • System.ValueType
  • System.Enum
  • Autodesk.Connectivity.WebServices.FileAssocAlg

See Also