VersionGatheringOption Enumeration
Autodesk.DataManagement.Client.Framework.Vault›Autodesk.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.EnumMembers
| Member | Description |
|---|---|
| Actual | Gathers the actual version for the relationship |
| Latest | Gathers the latest version |
| Revision | Gathers the appropriate version that represents the revision for the relationship |
Returned By
Where you get a VersionGatheringOption — members that return one.
- FileRelationshipGatheringSettings.VersionGatheringOption
- IFileRelationshipGatheringSettingsReadOnly.VersionGatheringOption
Inheritance Hierarchy
- System.Object
- System.ValueType
- System.Enum
- Autodesk.DataManagement.Client.Framework.Vault.Currency.VersionGatheringOption