SwitchableSiteMapProvider.GetRootNodeCore method
This member overrides SiteMapProvider.GetRootNodeCore().
Namespace: Microsoft.SharePoint.Publishing.Navigation
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Protected Overrides Function GetRootNodeCore As SiteMapNode
'Usage
Dim returnValue As SiteMapNode
returnValue = Me.GetRootNodeCore()
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
protected override SiteMapNode GetRootNodeCore()
Return value
Type: System.Web.SiteMapNode
See also
Reference
SwitchableSiteMapProvider class