Default constructor where the
CopyC#
dimValId
specifies the dimension value this dimension search refinement config is associated with.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (6.2.2.8614)

Syntax

C#
public DimSearchRefinementConfig(
	long dimValId
)
Visual Basic
Public Sub New ( _
	dimValId As Long _
)
Visual C++
public:
DimSearchRefinementConfig(
	long long dimValId
)

Parameters

dimValId
Type: System..::..Int64
Specifies which dimension value this dimension search refinement config is associated with.

See Also