ManagedPropertyCustomFilter constructor

Initializes a new instance of the ManagedPropertyCustomFilter class based on the specified mapping type, data type, value compare type, filter display name, the value, and the current culture information.

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

No code example is currently available or this language may not be supported.

Parameters

mappingType
Type: System.String

The mapping type that specifies whether custom mapping is based on values or ranges.

dataType
Type: System.String

The type of the data to which the custom range applies.

valueReference
Type: System.String

The value that indicates whether the data is compared on an absolute or relative basis.

customValue
Type: System.String

The custom filter name that is displayed in the UI.

originalValue
Type: System.String

The value of the custom filter.

queryCulture
Type: System.Globalization.CultureInfo

The current culture information.

Show: