Share via


RefinementWebPart.UseDefaultConfiguration property

Gets or sets a value indicating whether to use the default filter category configuration and XSLT or use the custom one.

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

Syntax

'Declaration
<ResourcesAttribute("RefinementPanel_ToolPart_Prop_UseDefaultConfig",  _
    "RefinementPanel_ToolPart_Cat_Refinement", "RefinementPanel_ToolPart_Tooltip_UseDefaultConfig")> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(True)> _
Public Property UseDefaultConfiguration As Boolean
    Get
    Set
'Usage
Dim instance As RefinementWebPart
Dim value As Boolean

value = instance.UseDefaultConfiguration

instance.UseDefaultConfiguration = value
[ResourcesAttribute("RefinementPanel_ToolPart_Prop_UseDefaultConfig", 
    "RefinementPanel_ToolPart_Cat_Refinement", "RefinementPanel_ToolPart_Tooltip_UseDefaultConfig")]
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(true)]
public bool UseDefaultConfiguration { get; set; }

Property value

Type: System.Boolean
true if the default filter category configuration will be used; otherwise; false.

See also

Reference

RefinementWebPart class

RefinementWebPart members

Microsoft.Office.Server.Search.WebControls namespace