A NavigationDataSource that adds ContentRuleZone and ContentValidation parameter for getting and validating Content from the business rules. Also adds a "ContentItem" view which can be accessed via DataMember to retrieve the ContentItem that was returned in the ContentRuleZone.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  System.Web.UI..::.Control
    System.Web.UI..::.DataSourceControl
      BaseEndecaDataSource
        EndecaCommandDataSource<(Of <(NavigationCommand, NavigationDataSource, NavigationResultView>)>)
          NavigationDataSource
            Endeca.Web.Content.UI..::.ContentNavigationDataSource

See Also