Initializes a new NavigationResultView instance.

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

Syntax

C#
public NavigationResultView(
	HttpContext context,
	NavigationDataSource owner,
	string viewName
)
Visual Basic (Declaration)
Public Sub New ( _
	context As HttpContext, _
	owner As NavigationDataSource, _
	viewName As String _
)
Visual C++
public:
NavigationResultView(
	HttpContext^ context, 
	NavigationDataSource^ owner, 
	String^ viewName
)

Parameters

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

See Also