SPNavigationSiteMapNode.GetNavigationParent method

Returns a PortalSiteMapNode object that represents the parent of the SPNavigationSiteMapNode.

Namespace:  Microsoft.SharePoint.Publishing.Navigation
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Overrides Function GetNavigationParent As PortalSiteMapNode
'Usage
Dim instance As SPNavigationSiteMapNode
Dim returnValue As PortalSiteMapNode

returnValue = instance.GetNavigationParent()
public override PortalSiteMapNode GetNavigationParent()

Return value

Type: Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode
A PortalSiteMapNode object that represents the parent of the SPNavigationSiteMapNode.

See also

Reference

SPNavigationSiteMapNode class

SPNavigationSiteMapNode members

Microsoft.SharePoint.Publishing.Navigation namespace

GetNavigationParent