GetSystemProducts Method
Gets the products for the Autodesk Data Management Server.
Required Permissions
Anonymousno login required.Syntax
public Product[] GetSystemProducts()Public Function GetSystemProducts() As Product()Return Value
The list of installed products for the system.
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.
The 'system' described in the function name pertains to information in the database. In a multi-site environment each site may have different products, but the system will always have the same product. If the system products are different from the site products, it may cause compatibility issues.