CommonPreferenceVersionRequirements Enumeration
Autodesk.DataManagement.Client.Framework.Vault›Autodesk.DataManagement.Client.Framework.Vault.Currency.Connections
Used to indicate the type of path returned by GetVaultCommonConnectionPath
Syntax
public enum CommonPreferenceVersionRequirements : System.Enum Public Enum CommonPreferenceVersionRequirements
Inherits System.EnumMembers
| Member | Description |
|---|---|
| None | The path returned should not contain any server version information. |
| VersionIndependent | The path returned should be independent of the server version. |
| VersionSpecific | The path returned should be specific to the server version. |
Inheritance Hierarchy
- System.Object
- System.ValueType
- System.Enum
- Autodesk.DataManagement.Client.Framework.Vault.Currency.Connections.CommonPreferenceVersionRequirements