System.Web.UI.WebControls.SiteMapDataSource.GetHierarchicalView Method

Retrieves a single view on the site map data for the System.Web.SiteMapProvider object according to the starting node and other properties of the data source.

Syntax

protected override System.Web.UI.HierarchicalDataSourceView GetHierarchicalView (string viewPath)

Parameters

viewPath
The URL of the starting node, specified by the SiteMapDataSource.StartingNodeUrl.

Returns

A System.Web.UI.HierarchicalDataSourceView helper object on the site map data, starting with the node that is identified by the SiteMapDataSource.StartingNodeUrl or its child, if the SiteMapDataSource.ShowStartingNode is false.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0