Autodesk Vault ProfessionalVault API

GetSupportedProducts Method

Autodesk.Connectivity.WebServicesInformationService

Gets a list of the Autodesk Data Management products installed on the site.

Required Permissions

Anonymousno login required.

Syntax

public Product[] GetSupportedProducts()
Public Function GetSupportedProducts() As Product()

Return Value

An array of installed products on the site.

Remarks

The return value includes the current product level and any subset products. For example, a base Vault server will return only 1 value. But a Vault Professional server will return 4 values.

See Also