0 out of 1 rated this helpful - Rate this topic

QueryOptions.SortOrder | sortOrder property

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.

Syntax


var sortOrder = queryOptions.sortOrder;

Property value

Type: IVector<SortEntry> [JavaScript/C++] | System.Collections.Generic.IList<SortEntry> [.NET]

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 nor 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.

Windows Phone 8

This API is not implemented and will throw an exception if called.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Minimum supported phone

Windows Phone 8

Namespace

Windows.Storage.Search
Windows::Storage::Search [C++]

Metadata

Windows.winmd

See also

queryOptions class
sortEntryVector class

 

 

Build date: 2/25/2013

© 2013 Microsoft. All rights reserved.