Command to retrieve all navigation-related results from the MDEX Engine. These results will contain Records, Aggregate Records, Applied Filters, DimensionStates, and MetaData.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public class NavigationCommand : EndecaCommand, 
	ICommandSource<NavigationCommand>, ICommandSource
Visual Basic (Declaration)
Public Class NavigationCommand _
	Inherits EndecaCommand _
	Implements ICommandSource(Of NavigationCommand), ICommandSource
Visual C++
public ref class NavigationCommand : public EndecaCommand, 
	ICommandSource<NavigationCommand^>, ICommandSource

Inheritance Hierarchy

System..::.Object
  Endeca.Data.Provider..::.EndecaCommand
    Endeca.Data..::.NavigationCommand

See Also