Enum_HistorySortBy Enum
Description
Indicates how to sort the history record.
It is used with the following property.
Interface | Property |
ISAWHHistoryOrderBy | HistorySortBy |
Constants
Name | Value | Description |
Enum_HistorySortByName | 0 | Sorts item history by item name. |
Enum_HistorySortByUser |
1 |
Sorts item history by user name. |
Enum_HistorySortByDate |
2 | Sorts item history by modified date of it. |
Enum_HistorySortByVersion | 3 | Sorts item history by item version number. |
Enum_HistorySortByAction | 4 |
Sorts item history by action on it. |