Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Parses the custom filter configuration.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Protected Overridable Sub ParseCustomFilterConfiguration ( _
fc As FilterCategory _
)
'Usage
Dim fc As FilterCategory
Me.ParseCustomFilterConfiguration(fc)
protected virtual void ParseCustomFilterConfiguration(
FilterCategory fc
)
Parameters
fc
Type: Microsoft.Office.Server.Search.WebControls.FilterCategoryThe filter category whose custom filter configuration needs to be parsed.
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | ParentRefinementManager() of the ManagedPropertyFilterGenerator is null . |
Remarks
This method parses the configuration of the specified filter category to custom filters and stores them.
See Also
Reference
ManagedPropertyFilterGenerator Class