Sorting
Defines the subscriber source attribute that is to be used for sorting a list and the sort order.
| Attributes | Type | Description | Optional | Default |
|---|---|---|---|---|
| sortField | xs:string | The sorting attribute name. | Yes | |
| sortOrder | xs:string | The sorting order. | No | “desc” |
The sortOrder attribute must be:
- desc
Descending sort.
or: - asc Ascending sort.