This topic has not yet been rated - Rate this topic

RefinementDataElement constructor

Initializes a new instance of the RefinementDataElement class with the specified initialization data.

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
public RefinementDataElement(
	string filterDisplayName,
	long filterValueCount,
	float filterValuePercentage
)

Parameters

filterDisplayName
Type: System.String
The display name of the refinement filter.
filterValueCount
Type: System.Int64
The count of the resulting items returned by the refinement filter.
filterValuePercentage
Type: System.Single
The percentage of the resulting items returned by the refinement filter.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.