Gets the refinements' parent value in this dimension.

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

Syntax

C#
public virtual DimVal RefinementParent { get; }
Visual Basic
Public Overridable ReadOnly Property RefinementParent As DimVal
	Get
Visual C++
public:
virtual property DimVal^ RefinementParent {
	DimVal^ get ();
}

Field Value

Refinements' parent value (DimVal object) in this dimension. Returns null if there are no more refinement possiblities in this dimension.

Remarks

The parent value is the parent of the refinement options available with respect to the current navigation state in this dimension hierarchy. Returns null if there are no more refinements possible in this dimension.

See Also