ADM_SORTDIRECTION_ENUM

The ADM_SORTDIRECTION_ENUM enumeration specifies sorting directions.

Syntax

enum ADM_SORTDIRECTION_ENUM
{
    ADM_SORTDIRECTION_ASCENDING   = 0,  //0x0
    ADM_SORTDIRECTION_DESCENDING  = 1,  //0x1
}

Constants

  • Flag

  • Description

  • ADM_SORTDIRECTION_ASCENDING

  • Indicates sorting in the ascending order.

  • ADM_SORTDIRECTION_DESCENDING

  • Indicates sorting in the descending order.

Requirements

Minimum required version: 2009.1

See also