ADM_SORTPROPERTYNAME_ENUM
The ADM_SORTPROPERTYNAME_ENUM enumeration specifies properties for sorting.
Syntax
enum ADM_SORTPROPERTYNAME_ENUM
{
ADM_SORTPROPERTYNAME_TIME = 0, //0x0
ADM_SORTPROPERTYNAME_INITIATOR = 1, //0x1
ADM_SORTPROPERTYNAME_COMMANDSENDER = 2, //0x2
ADM_SORTPROPERTYNAME_RESULT = 3, //0x3
}
Constants
-
Flag
-
Description
-
ADM_SORTPROPERTYNAME_TIME
-
The log is sorted by the execution date and time of the operation.
-
ADM_SORTPROPERTYNAME_INITIATOR
-
The log is sorted by the initiator of the operation.
-
ADM_SORTPROPERTYNAME_COMMANDSENDER
-
The log is sorted by the type of initiator of the operation.
-
ADM_SORTPROPERTYNAME_RESULT
-
The log is sorted by the description of the operation.
Requirements
Minimum required version: 2009.1