SiteMapDataSource::GetView Method (String^)

 

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.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
virtual DataSourceView^ GetView(
	String^ viewName
)

Parameters

viewName
Type: System::String^

The name of the data source view to retrieve.

Return Value

Type: System.Web.UI::DataSourceView^

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

Exception Condition
HttpException

The Provider is null.

InvalidOperationException

The StartFromCurrentNode is true but the StartingNodeUrl is set.

ArgumentException

The StartingNodeUrl is set but the SiteMapDataSource cannot resolve a node for the specified URL.

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.

.NET Framework
Available since 2.0
Return to top
Show: