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
<ResourcesAttribute("RefinementPanel_ToolPart_Prop_FilterCatDef", "RefinementPanel_ToolPart_Cat_Refinement", _
"RefinementPanel_ToolPart_Tooltip_FilterCatDef")> _
<WebBrowsableAttribute(True)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property FilterCategoriesDefinition As String
Get
Set
'Usage
Dim instance As RefinementWebPart
Dim value As String
value = instance.FilterCategoriesDefinition
instance.FilterCategoriesDefinition = value
[ResourcesAttribute("RefinementPanel_ToolPart_Prop_FilterCatDef", "RefinementPanel_ToolPart_Cat_Refinement",
"RefinementPanel_ToolPart_Tooltip_FilterCatDef")]
[WebBrowsableAttribute(true)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
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.