#OrderType
##Enum Properties
- ASC - Specifies that the sort order should be done in ascending order (least to greatest)
- DESC - Specifies that the sort order should be done in descending order (greatest to least)
- NONE - Specifies that no sort order should be used.
