This topic has not yet been rated - Rate this topic

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)
public ManagedPropertyCustomFilter(
	string mappingType,
	string dataType,
	string valueReference,
	string customValue,
	string originalValue,
	CultureInfo queryCulture
)

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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.