Default constructor where the
CopyC#
sets the dimension
value this dynamic refinement config is associated with.
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)
Syntax
| C# |
|---|
public RefinementConfig(
long dimValId
) |
| Visual Basic |
|---|
Public Sub New ( _
dimValId As Long _
) |
| Visual C++ |
|---|
public:
RefinementConfig(
long long dimValId
) |
Parameters
- dimValId
- Type: System..::..Int64
Specifies which dimension value this dynamic refinement config is associated with.
See Also