RefinementDataElement constructor
SharePoint 2013
Initializes a new instance of the RefinementDataElement class with the specified initialization data.
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.