Executes the underlying NavigationCommand and returns the top level NavigationResult object

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

Syntax

C#
public NavigationResult Select()
Visual Basic (Declaration)
Public Function Select As NavigationResult
Visual C++
public:
NavigationResult^ Select()

Remarks

If the properties in the underlying NavigationCommand haven't changed since the last time this data source was selected, the MDEX engine will not be requeried. Instead the NavigationResult stored in the current HTTP request will be returned.

See Also