Void Tree.Sort(SortingType param1, Boolean param2)
Sorts the tree objects based on given parameters.
Type of sorting to apply.
Wheter to sort in reverse order.
Note that all parameters of Sort are optional.
type: Defaults to alphabetical
reverse: Defaults to false
sorting in reverse order is currently not supported
Usage example - sort alphabetically
ExtAPI.DataModel.Tree.Sort()
Usage example - sort alphabetically
ExtAPI.DataModel.Tree.Find(type=SortingType.Alphabetical, reverse=False)
Examples
Parameters
-
param1
-
param2
Type: Boolean