You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Shared Namespace > Structs, Records, Enums > Ofcas.Lk.Api.Shared.SortChildrenBehavior Enumeration
Close
Ofcas.Lk.Api.Client - Version 3.0.2
Ofcas.Lk.Api.Shared.SortChildrenBehavior Enumeration

Reorder strategy for sorting all children.

Syntax
C#
public enum SortChildrenBehavior : byte { Unknown, NameAscending, NameDescending }
Members
Description
Unknown
Default value.
NameAscending
Sorts the children ascending by name.
NameDescending
Sorts the children descending by name.
Copyright © 2022. All rights reserved.