Accessor which gets and sets the maximum number of dimension values (refinements) to return to the user.
This is only used if the dimension value has Dynamic Ranking enabled.
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)
Syntax
| C# |
|---|
public virtual OptionalInt DynamicRefinementCount { get; set; } |
| Visual Basic |
|---|
Public Overridable Property DynamicRefinementCount As OptionalInt
Get
Set |
Field Value
An
CopyC#
specifying the maximum number of dimension values to return.
An empty
CopyC#
indicates to use
the settings in Developer Studio.
Defaults to an empty
CopyC#
.
See Also