SortType - property of the PmgEventViewer object
Description:
Sorting direction (ascending/descending).
Values:
0 = ascending
1 = descending
Note:
Property access
for read and write. The preset value of this property is defined in the "
Sorting type" configurator of this object.
This method is also functional in Web panels.
Example:
JavaScriptSelect and copy to clipboard
var oViewer = pMe.Items("/Viewer");
oViewer.SortType = 1; //Writing the value
var nSortType = oViewer.SortType; //Reading the value