SiteMapProvider::GetRootNodeCoreFromProvider Method (SiteMapProvider^)
.NET Framework (current version)
Retrieves the root node of all the nodes that are currently managed by the specified site map provider.
Assembly: System.Web (in System.Web.dll)
Parameters
- provider
-
Type:
System.Web::SiteMapProvider^
The provider that calls the GetRootNodeCore.
Return Value
Type: System.Web::SiteMapNode^A SiteMapNode that represents the root node of the set of nodes that is managed by provider.
The default implementation calls the abstract GetRootNodeCore method on the specified provider.
.NET Framework
Available since 2.0
Available since 2.0
Show: