Gets the navigation state queries referenced by this Supplement.

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

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.

See Also