Gets the supplements to this navigation query result.
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)
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.