SiteMapProvider::GetRootNodeCoreFromProvider Method (SiteMapProvider^)

 

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

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

protected:
static SiteMapNode^ GetRootNodeCoreFromProvider(
	SiteMapProvider^ provider
)

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
Return to top
Show: