Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.25 KB

queryoptions_sortorder.md

File metadata and controls

24 lines (17 loc) · 1.25 KB
-api-id -api-type
P:Windows.Storage.Search.QueryOptions.SortOrder
winrt property

Windows.Storage.Search.QueryOptions.SortOrder

-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