SiteMapNodeCollection::GetDataSourceView Method (SiteMapDataSource^, String^)

 

Retrieves the SiteMapDataSourceView object that is associated with the nodes in the current collection.

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

public:
SiteMapDataSourceView^ GetDataSourceView(
	SiteMapDataSource^ owner,
	String^ viewName
)

Parameters

owner
Type: System.Web.UI.WebControls::SiteMapDataSource^

A SiteMapDataSource control that the view is associated with.

viewName
Type: System::String^

The name of the view.

.NET Framework
Available since 2.0
Return to top
Show: