appListOrder
The order in which the application list is sorted.
This property controls how the applications are arranged in the list. Setting this property will trigger a re-sorting of the list.
Possible values are:
ORDER_NONE: No specific order.
ORDER_ASCENDING: Sort by application label in ascending order (case-sensitive).
ORDER_ASCENDING_IGNORE_CASE: Sort by application label in ascending order (case-insensitive).
ORDER_DESCENDING: Sort by application label in descending order (case-sensitive).
ORDER_DESCENDING_IGNORE_CASE: Sort by application label in descending order (case-insensitive).
Defaults to ORDER_NONE.