Table of Contents

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 = 1

The entities should be sorted in ascending order.

Descending = 0

The entities should be sorted in descending order.

Remarks

This enum is used to specify the sort order for retrieving entities.