Enum SortOrderType
- Namespace
- NetCord
- Assembly
- NetCord.dll
Determines the sort order for posts within a ForumGuildChannel.
public enum SortOrderType
Fields
CreationDate = 1Sort forum posts by their creation date, from newest to oldest.
LatestActivity = 0Sort forum posts by recent activity.