Returns the navigation result of the navigation command only if a navigation query was used to define the record list.

Null is returned if a record query was used to define the record list.

Namespace:  Endeca.Data.Content.Navigation
Assembly:  Endeca.Data.Content (in Endeca.Data.Content.dll) Version: 2.1.2.0 (2.1.2.0)

Syntax

C#
NavigationResult NavResult { get; }
Visual Basic (Declaration)
ReadOnly Property NavResult As NavigationResult
Visual C++
property NavigationResult^ NavResult {
	NavigationResult^ get ();
}

Return Value

The NavigationResult of the navigation command of this property object.

See Also