Enum SortOrder
Order to sort the results.
Namespace: Unity.Cloud.Collaboration.Abstractions
Assembly: Unity.Cloud.Collaboration.dll
Syntax
[JsonConverter(typeof(StringEnumConverter))]
public enum SortOrder
Fields
| Name | Description |
|---|---|
| Ascending | Enum Ascending for value: Ascending |
| Descending | Enum Descending for value: Descending |