Gets the navigation state queries referenced by this Supplement.
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)
Syntax
| C# |
|---|
public virtual NavigationRefsList NavigationRefs { get; } |
| Visual Basic |
|---|
Public Overridable ReadOnly Property NavigationRefs As NavigationRefsList Get |
| Visual C++ |
|---|
public: virtual property NavigationRefsList^ NavigationRefs { NavigationRefsList^ get (); } |
Field Value
Navigation references of this supplement.
Remarks
Returns an empty value list list if there are no navigation
state references.