Creates a new RefinementConfig object with the specified parameters. IsExposed defaults to true.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public RefinementConfig(
	string dimensionValueId,
	Nullable<bool> limitDimensionValues,
	Nullable<bool> orderByCount,
	Nullable<int> maximumDimensionValueCount
)
Visual Basic (Declaration)
Public Sub New ( _
	dimensionValueId As String, _
	limitDimensionValues As Nullable(Of Boolean), _
	orderByCount As Nullable(Of Boolean), _
	maximumDimensionValueCount As Nullable(Of Integer) _
)
Visual C++
public:
RefinementConfig(
	String^ dimensionValueId, 
	Nullable<bool> limitDimensionValues, 
	Nullable<bool> orderByCount, 
	Nullable<int> maximumDimensionValueCount
)

Parameters

dimensionValueId
Type: System..::.String
limitDimensionValues
Type: System..::.Nullable<(Of <(Boolean>)>)
orderByCount
Type: System..::.Nullable<(Of <(Boolean>)>)
maximumDimensionValueCount
Type: System..::.Nullable<(Of <(Int32>)>)

See Also