SortDirectionType Enum

Definition

The SortDirectionType enumeration identifies the ordering options for the groups in the grouped item array that is returned in the response.

public enum class SortDirectionType
public enum SortDirectionType
Public Enum SortDirectionType
Inheritance
SortDirectionType

Fields

Ascending 0

Indicates that the groups or items are ordered in ascending order.

Descending 1

Indicates that the groups are ordered in descending order.

Remarks

This enumeration is used by the Order property of the FieldOrderType object and the Order property of the BaseGroupByType object.

Applies to