RefinementManager.FilterCategories property

Gets or sets the filter XML configuration that describes the filter categories of the Refinement Web Panel Part.

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

Syntax

'Declaration
Public Property FilterCategories As String
    Get
    Set
'Usage
Dim instance As RefinementManager
Dim value As String

value = instance.FilterCategories

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

Property value

Type: System.String
The filter XML configuration that describes the filter categories for the Refinement Web Panel Part.

Remarks

The default value of this property is null .

See also

Reference

RefinementManager class

RefinementManager members

Microsoft.Office.Server.Search.WebControls namespace