Namespace:  Endeca.Web.UI
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
protected override Object ExecuteCommand(
	NavigationCommand command
)
Visual Basic (Declaration)
Protected Overrides Function ExecuteCommand ( _
	command As NavigationCommand _
) As Object
Visual C++
protected:
virtual Object^ ExecuteCommand(
	NavigationCommand^ command
) override

Parameters

command
Type: Endeca.Data..::.NavigationCommand

See Also