This view is the link between the command layer and the ContentNavigationDataSource.

Namespace:  Endeca.Web.Content.UI
Assembly:  Endeca.Web.Content (in Endeca.Web.Content.dll) Version: 2.1.2.0 (2.1.2.0)

Syntax

C#
public class ContentNavigationResultView : NavigationResultView
Visual Basic (Declaration)
Public Class ContentNavigationResultView _
	Inherits NavigationResultView
Visual C++
public ref class ContentNavigationResultView : public NavigationResultView

Inheritance Hierarchy

System..::.Object
  System.Web.UI..::.DataSourceView
    EndecaCommandDataSourceView<(Of <(NavigationCommand, NavigationDataSource>)>)
      NavigationResultView
        Endeca.Web.Content.UI..::.ContentNavigationResultView

See Also