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)
Syntax
'Declaration
Public Sub New ( _
filterDisplayName As String, _
filterValueCount As Long, _
filterValuePercentage As Single _
)
'Usage
Dim filterDisplayName As String
Dim filterValueCount As Long
Dim filterValuePercentage As Single
Dim instance As New RefinementDataElement(filterDisplayName, _
filterValueCount, filterValuePercentage)
public RefinementDataElement(
string filterDisplayName,
long filterValueCount,
float filterValuePercentage
)
Parameters
filterDisplayName
Type: System.StringThe display name of the refinement filter.
filterValueCount
Type: System.Int64The count of the resulting items returned by the refinement filter.
filterValuePercentage
Type: System.SingleThe percentage of the resulting items returned by the refinement filter.