AdmSortDirection

The AdmSortDirection enumeration specifies search result sorting directions.

Syntax

enum AdmSortDirection
{
    Ascending   = 0,  //0x0
    Descending  = 1,  //0x1
}

Constants

  • Flag

  • Description

  • Ascending

  • Indicates sorting in the ascending order.

  • Descending

  • Indicates sorting in the descending order.

Requirements

Minimum required version: 2009.1

See also