FilterCategory.SortByForMoreFilters Property

Applies to: Microsoft SharePoint Server 2010 search
Specifies the sort criteria for the refinement filter category values when the show more link is clicked.

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Property SortByForMoreFilters As String
    Get
    Set
'Usage
Dim instance As FilterCategory
Dim value As String

value = instance.SortByForMoreFilters

instance.SortByForMoreFilters = value
public string SortByForMoreFilters { get; set; }

Property Value

Type: System.String
The sort criteria.

Remarks

The values for this property are:

  • Frequency

  • NumericValue

  • Name

  • Custom

See Also

Reference

FilterCategory Class

FilterCategory Members

Microsoft.Office.Server.Search.WebControls Namespace