VaultProduct.Requirements Enumeration
Autodesk.DataManagement.Client.Framework.Vault›Autodesk.DataManagement.Client.Framework.Vault.Currency.Connections
Describes the clients requirements for this Vault Product
Syntax
public enum VaultProduct.Requirements : System.Enum Public Enum VaultProduct.Requirements
Inherits System.EnumMembers
| Member | Description |
|---|---|
| Accepts | The client doesn't care if this product exists on the server. It will allow a connection regardless of the presence of this product. |
| Rejects | The client requires that this product is NOT installed on the server. A connection will be refused if the product is present on the server. |
| Requires | The client requires that this product is installed on the server. A connection will be refused if the product is not on the server. |
Inheritance Hierarchy
- System.Object
- System.ValueType
- System.Enum
- Autodesk.DataManagement.Client.Framework.Vault.Currency.Connections.VaultProduct.Requirements