ManagedPropertyFilterGenerator.ParseCustomFilterConfiguration method

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

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

ManagedPropertyFilterGenerator members

Microsoft.Office.Server.Search.WebControls namespace