SiteMapProvider::GetRootNodeCore Method ()
.NET Framework (current version)
When overridden in a derived class, retrieves the root node of all the nodes that are currently managed by the current provider.
Assembly: System.Web (in System.Web.dll)
Return Value
Type: System.Web::SiteMapNode^A SiteMapNode that represents the root node of the set of nodes that the current provider manages.
The GetRootNodeCore method enables a parent provider in a provider hierarchy to obtain a SiteMapNode object that acts as a frame of reference for building the provider hierarchy and the larger site map node hierarchy that is the sum of the site map data that each provider manages.
.NET Framework
Available since 2.0
Available since 2.0
Show: