Skip to main content

The type that defines the fields that control how items in result sets are sorted.

Types that use SortField

Not used by any types.

Calls that use SortField

Not used by any calls.

Fields

Field
Type
Description
ascending
Indicates if the results are sorted in ascending (smallest to greatest) order.
field
Specifies the name of a field in which to sort items using the value of that field. For example, if the field name is amount, the items will be sorted by the amount, or cost of the item.