SPNavigationProvider.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)

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.

See also

Reference

SPNavigationProvider class

SPNavigationProvider members

Microsoft.SharePoint.Navigation namespace

System.Web.SiteMapNode