Creates a PageHierarchicalDataSourceView

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

Syntax

C#
public PageHierarchicalView(
	IHierarchicalPageDataSource dataSource,
	string viewPath
)

Parameters

dataSource
Type: EPiServer.Web.WebControls..::.IHierarchicalPageDataSource
The datasource that owns this view
viewPath
Type: System..::.String
A string that represents created views position in the hierarchical structure.

See Also