PortalSiteMapProvider.GetRootNodeCore Method
An override of the method on the SiteMapProvider class.
Namespace: Microsoft.SharePoint.Publishing.Navigation
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Protected Overrides Function GetRootNodeCore As SiteMapNode
'Usage
Dim returnValue As SiteMapNode
returnValue = Me.GetRootNodeCore()
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
protected override SiteMapNode GetRootNodeCore()
Return Value
Type: System.Web.SiteMapNode
The PortalSiteMapNode object at the root of the hierarchy.