QueryOptions.SortOrder Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property IVector<SortEntry> ^ SortOrder { IVector<SortEntry> ^ get(); };
IVector<SortEntry> SortOrder();
public IList<SortEntry> SortOrder { get; }
var iVector = queryOptions.sortOrder;
Public ReadOnly Property SortOrder As IList(Of SortEntry)
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.