SiteMapProvider.GetRootNodeCore Method
.NET Framework 3.0
When overridden in a derived class, retrieves the root node of all the nodes that are currently managed by the current provider.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected abstract SiteMapNode GetRootNodeCore ()
protected internal abstract function GetRootNodeCore () : SiteMapNode
Not applicable.
Return Value
A SiteMapNode that represents the root node of the set of nodes that the current provider manages.Community Additions
ADD
Show: