Initializes a new ContentNavigationResultView instance.

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 ContentNavigationResultView(
	HttpContext context,
	NavigationDataSource owner,
	string viewName
)
Visual Basic (Declaration)
Public Sub New ( _
	context As HttpContext, _
	owner As NavigationDataSource, _
	viewName As String _
)
Visual C++
public:
ContentNavigationResultView(
	HttpContext^ context, 
	NavigationDataSource^ owner, 
	String^ viewName
)

Parameters

context
Type: System.Web..::.HttpContext
Describes the current HTTP request.
owner
Type: NavigationDataSource
Data source that owns this view.
viewName
Type: System..::.String
Name of this view.

See Also