A2v10 Platform documentation
UK


Defining sorting for a collection

Specifies the property name and sort order for the collection. Has a meaning only useful for collections that are processed by the client.

Properties

Name Type Description
Property String The name of the property to be sorted
Dir SortDirection Sorting direction. Possible values:
  • Asc - (by default). Ascending.
  • Desc - descending.