SiteMapProvider.GetRootNodeCoreFromProvider(SiteMapProvider) Method

Definition

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

C#
protected static System.Web.SiteMapNode GetRootNodeCoreFromProvider(System.Web.SiteMapProvider provider);

Parameters

provider
SiteMapProvider

The provider that calls the GetRootNodeCore().

Returns

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

Remarks

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

Applies to

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also