SortEntry
September 2, 2020 ยท View on GitHub
-description
An entry in the SortOrder list the specifies a property and ordering that is used to sort query results.
-struct-fields
-field PropertyName
The name of the property to use for sorting, like System.Author. The property must be registered on the system.
For more information, see the Windows Property System.
-field AscendingOrder
True to sort content in the query results in ascending order based on the property name, or false to sort content in descending order.