Gets the intermediate non-navigable refinements that have been selected and do not affect the query terms.

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

Syntax

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

Field Value

List of intermediates. If there are no intermediates an empty DimValList will be returned.

Remarks

If there are no intermediates an empty DimValList will be returned. Intermediates are ordered from parent to child.

See Also