Method SetGroupSort
SetGroupSort(Sort)
Specifies how groups are sorted. Defaults to RELEVANCE.
Declaration
public virtual GroupingSearch SetGroupSort(Sort groupSort)
Parameters
Type | Name | Description |
---|---|---|
Sort | groupSort | The sort for the groups. |
Returns
Type | Description |
---|---|
GroupingSearch |
|