System.Web.SiteMapProvider.GetRootNodeCoreFromProvider Method

Retrieves the root node of all the nodes that are currently managed by the specified site map provider.

Syntax

protected static SiteMapNode GetRootNodeCoreFromProvider (SiteMapProvider provider)

Parameters

provider
The provider that calls the SiteMapProvider.GetRootNodeCore.

Returns

A System.Web.SiteMapNode that represents the root node of the set of nodes that is managed by provider.

Remarks

The default implementation calls the abstract SiteMapProvider.GetRootNodeCore method on the specified provider.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0