Autodesk Vault ProfessionalVault API

VaultProduct.Requirements Enumeration

Autodesk.DataManagement.Client.Framework.VaultAutodesk.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.Enum

Members

MemberDescription
AcceptsThe client doesn't care if this product exists on the server. It will allow a connection regardless of the presence of this product.
RejectsThe client requires that this product is NOT installed on the server. A connection will be refused if the product is present on the server.
RequiresThe 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

See Also