Enum SortDirection
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
Specifies the sort order of entities (e.g. messages) should be retrieved in.
public enum SortDirection
Fields
Ascending = 1The entities should be sorted in ascending order.
Descending = 0The entities should be sorted in descending order.
Remarks
This enum is used to specify the sort order for retrieving entities.