SPContentMapProvider.GetRootNodeCore Method
Retrieves the root node for all nodes that are managed by the current navigation provider.
Namespace: Microsoft.SharePoint.Navigation
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overrides Function GetRootNodeCore As SiteMapNode
'Usage
Dim returnValue As SiteMapNode
returnValue = Me.GetRootNodeCore()
protected override SiteMapNode GetRootNodeCore()
Return Value
Type: System.Web.SiteMapNode
Returns a SiteMapNode object.