The GetProduct transaction returns the current product configuration, and all available product configurations. For example, the current product may be View-Markup-Edit, but View and View-Markup may also be available. This is often the case with site licenses.
Type XTYP_REQUEST
Syntax [GetProduct()]
|
Reply |
Data type |
Values |
Meaning |
|
currentProduct |
DWORD |
identifier of the current product | |
|
count |
WORD |
number of products available | |
|
productID |
DWORD |
productID1, productID2, … |
identifier of each product |
|
"productName" |
name1, name2, … |
label of each product | |
Remarks
ProductID and productName are repeated for each of the available product configurations.
Release Information
Added in Release 3.70.
See also