Autodesk Vault ProfessionalVault API

SetProductRequirements Method

Autodesk.DataManagement.Client.Framework.Vault.ServicesIVaultConnectionManagerService

Configures the application requirements for the various known server products. For each product, the app can configure if the product is Required, Optional, or Restricted.

Syntax

void SetProductRequirements(
   VaultProductRequirements productConfiguration
)
Sub SetProductRequirements( _
   ByVal productConfiguration As VaultProductRequirements _
) 

Parameters

NameDescription
productConfigurationThe configuration for each of the server products.

Remarks

When Logging In, the product requirements set with this method will be evaluated. If the server does not support these requirements, then the Log In operation will fail.

See Also