SiteMapNodeCollection.GetDataSourceView Method
.NET Framework 3.0
Retrieves the SiteMapDataSourceView object that is associated with the nodes in the current collection.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public:
SiteMapDataSourceView^ GetDataSourceView (
SiteMapDataSource^ owner,
String^ viewName
)
public SiteMapDataSourceView GetDataSourceView ( SiteMapDataSource owner, String viewName )
public function GetDataSourceView ( owner : SiteMapDataSource, viewName : String ) : SiteMapDataSourceView
Not applicable.
Parameters
- owner
A SiteMapDataSource control that the view is associated with.
- viewName
The name of the view.
Return Value
A named SiteMapDataSourceView for the SiteMapNode objects in the current SiteMapNodeCollection.Community Additions
ADD
Show: