Click or drag to resize

QueryHelperGetSortInformation Method

Namespace:  Dynamicweb.Indexing.Querying
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public static IList<SortInfo> GetSortInformation(
	IQuery query,
	string sortBy,
	IList<SortDirection> sortDirections
)

Parameters

query
Type: Dynamicweb.Indexing.QueryingIQuery
sortBy
Type: SystemString
sortDirections
Type: System.Collections.GenericIListSortDirection

Return Value

Type: IListSortInfo
See Also