Returns the view corresponding to given name, only supported view is DefaultView.

Namespace:  EPiServer.Web.WebControls
Assembly:  EPiServer (in EPiServer.dll) Version: 6.0.530.0

Syntax

C#
protected override DataSourceView GetView(
	string viewName
)

Parameters

viewName
Type: System..::.String
The name of the view

Return Value

The corresponding DataSourceView

See Also