FilterCategory.SortDirectionForMoreFilters property

Applies to: Microsoft SharePoint Server 2010 search
Gets or sets the sort direction for the refinement filter category 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 SortDirectionForMoreFilters As String
    Get
    Set
'Usage
Dim instance As FilterCategory
Dim value As String

value = instance.SortDirectionForMoreFilters

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

Property value

Type: System.String
The sort direction.

Remarks

The values for this property are:

  • Ascending

  • Descending

See also

Reference

FilterCategory class

FilterCategory members

Microsoft.Office.Server.Search.WebControls namespace