<PackageReference Include="Relativity.API" Version="20.0.0" />

ISortDirection<T>

public interface ISortDirection<T>
Applies the sort direction to the QuerySort.
T Ascending { get; }

Sorts from smallest to largest. A-Z.

T Descending { get; }

Sorts from largest to smallest. Z-A.