PortalWebSiteMapNode.GetNavigationParent Method

Gets the PortalWebSiteMapNode object's parent navigation node.

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 PortalWebSiteMapNode
Dim returnValue As PortalSiteMapNode

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

Return Value

Type: Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode
A PortalWebSiteMapNode object representing the current node's parent node.

See Also

Reference

PortalWebSiteMapNode Class

PortalWebSiteMapNode Members

Microsoft.SharePoint.Publishing.Navigation Namespace

GetNavigationParent

PortalWebSiteMapNode