Autodesk Vault ProfessionalVault API

IsProductSupported Method

Autodesk.DataManagement.Client.Framework.Vault.ServicesIVaultConnectionManagerService

Tests if a vault server has the capabilities to support a specific server product.

Syntax

System.bool IsProductSupported(
   System.string serverName,
   VaultProduct product
)
Function IsProductSupported( _
   ByVal serverName As System.String, _
   ByVal product As VaultProduct _
) As System.Boolean

Parameters

NameDescription
serverNameThe name of the vault server
productThe product that we are testing

Return Value

True if the specified product is supported on the server, False otherwise

See Also