PortalSiteMapProvider.GetRootNodeCore method

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.

See also

Reference

PortalSiteMapProvider class

PortalSiteMapProvider members

Microsoft.SharePoint.Publishing.Navigation namespace

PortalSiteMapProvider