See Also
dtSearch Text Retrieval Engine -- .NET API (.NET 2.0-4.0) 7.70
SearchResults::SetSortKey Method

Set the sort key for the currently-selected document.

C#
public SetSortKey(ref String newKey);
Visual Basic
Public Sub SetSortKey(ByRef newKey As String)
Remarks

SetSortKey provides a way to assign a string to each item in search results to use as a sort key. After each item has been assigned a sort key, call Sort(SortFlags.dtsSortBySortKey) to sort SearchResults by the assigned keys.

See Also
You are here: dtSearch::Engine Namespace > SearchResults Class > SearchResults Methods > SetSortKey Method
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.