Windows.Storage.Search.QueryOptions.SortOrder

September 2, 2020 ยท View on GitHub

-description

Gets the list of SortEntry structures that specify how to sort content (like files and subfolders) in query results. Use this list to customize how query results are sorted.

-property-value

A SortEntryVector that contains SortEntry structures. These structures specify how to sort query results.

-remarks

If the folder being queried is not in a library or in the HomeGroup folder, SortOrder only supports entries based on the System.ItemNameDisplay (PKEY_ItemNameDisplay), System.Search.Rank (PKEY_Search_Rank), or System.DateModified (PKEY_DateModified) properties; SortOrder entries based on any other properties will return E_INVALIDARG.

-examples

-see-also

queryOptions class, sortEntryVector class