Gets information about a product from the server.
C#: IQlmProductInfo GetProductInfo(string webServiceUrl, string productName, int productID, int majorVersion, int minorVersion)
Parameters
webServiceUrl - URL to the QLM License Server.
productName - name of the product
productID - ID of the product.
majorVersion- Major version of the product.
minorVersion - Minor version of the product.
Returns an IQlmProductInfo interface with the following properties:
- ReleaseDate
- ProductName
- ProductID
- MajorVersion
- MinorVersion
- Features
- LatestVersion
- LatestVersionUrl
- LatestVersionNotes
Comments
0 comments
Article is closed for comments.