RefinementWebPart.FilterCategoriesDefinition property

Gets or sets the XML that describes the filter categories that are configured on the refinement Web Part.

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

Syntax

'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<ResourcesAttribute("RefinementPanel_ToolPart_Prop_FilterCatDef", "RefinementPanel_ToolPart_Cat_Refinement",  _
    "RefinementPanel_ToolPart_Tooltip_FilterCatDef")> _
<WebBrowsableAttribute(True)> _
Public Property FilterCategoriesDefinition As String
    Get
    Set
'Usage
Dim instance As RefinementWebPart
Dim value As String

value = instance.FilterCategoriesDefinition

instance.FilterCategoriesDefinition = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[ResourcesAttribute("RefinementPanel_ToolPart_Prop_FilterCatDef", "RefinementPanel_ToolPart_Cat_Refinement", 
    "RefinementPanel_ToolPart_Tooltip_FilterCatDef")]
[WebBrowsableAttribute(true)]
public string FilterCategoriesDefinition { get; set; }

Property value

Type: System.String
The XML that describes the filter categories that are configured on the refinement Web Part.

See also

Reference

RefinementWebPart class

RefinementWebPart members

Microsoft.Office.Server.Search.WebControls namespace