HistoryOrderByArray Class Array
Description
The class array of SHistorySortOrderBy class, which defines how to sort the history report.
Syntax
class SHistorySortOrderBy
{
in m_enumHistorySortBy;
boolean m_bOrderAscending;
}
Fields
m_enumHistorySortBy
Specifies the columns by which history report will be sorted.
m_bOrderAscending
Specifies whether to sort by specific column ascending.
See Also