Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents 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.