Gets the supplements to this navigation query result.

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

Syntax

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

Field Value

A SupplementList containing the supplements of this navigation.

Remarks

Returns an empty set if there are no supplements.

See Also