System.Web.UI.WebControls.SiteMapDataSource.GetView Method

Retrieves a named view on the site map data of the site map provider according to the starting node and other properties of the data source.

Syntax

public virtual System.Web.UI.DataSourceView GetView (string viewName)

Parameters

viewName
The name of the data source view to retrieve.

Returns

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

Remarks

The viewName parameter is the URL for the root node of the view, not the name of the data source view as it is with other data source controls that support named views.

Requirements

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