SiteMapProvider.GetRootNodeCoreFromProvider(SiteMapProvider) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the root node of all the nodes that are currently managed by the specified site map provider.
protected:
static System::Web::SiteMapNode ^ GetRootNodeCoreFromProvider(System::Web::SiteMapProvider ^ provider);
protected static System.Web.SiteMapNode GetRootNodeCoreFromProvider (System.Web.SiteMapProvider provider);
static member GetRootNodeCoreFromProvider : System.Web.SiteMapProvider -> System.Web.SiteMapNode
Protected Shared Function GetRootNodeCoreFromProvider (provider As SiteMapProvider) As SiteMapNode
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
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.