Class representing a dynamic refinement config for a dimension value. This will determine how refinements are computed under this dimension value. Use of a dynamic refinement config will suppress generation of a "More..." child dimension value. You can determine whether there are more refinements than the ones shown by looking at the "DGraph.More" property on the refinements' parent dimension value. Any of the settings in this class can be set explicitly or defaulted to use the corresponding dimension's settings in developer studio.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
public class RefinementConfig : RefinementConfigBase
Visual Basic
Public Class RefinementConfig _
	Inherits RefinementConfigBase
Visual C++
public ref class RefinementConfig : public RefinementConfigBase

Inheritance Hierarchy

System..::..Object
  Endeca.Navigation..::..RefinementConfigBase
    Endeca.Navigation..::..RefinementConfig

See Also