FileAssocAlg Enumeration
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
The algoritm to use when traversing file association trees.
Syntax
public enum FileAssocAlg : System.Enum Public Enum FileAssocAlg
Inherits System.EnumMembers
| Member | Description |
|---|---|
| Actual | The actual version-to-version relationships. |
| LatestConsumable | Use the latest version in a consumable state. |
| LatestTip | Use the latest version of the file. |
| RevisionConsumable | Favor the latest version that is in a consumable state within a revision. |
| RevisionDate | Use the highest version within a revision that is less than the check-in date of the intput file. |
| RevisionTip | Use the latest version in the revision. |
Inheritance Hierarchy
- System.Object
- System.ValueType
- System.Enum
- Autodesk.Connectivity.WebServices.FileAssocAlg