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 Function GetDataSourceView (
	owner As SiteMapDataSource,
	viewName As String
) As SiteMapDataSourceView

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: