PortalWebSiteMapNode.ProcessSPNavigationNode Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Publishing.Navigation
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Function ProcessSPNavigationNode ( _
node As SPNavigationNode, _
previousSibling As SPNavigationNode, _
parentNode As PortalSiteMapNode _
) As PortalSiteMapNode
'Usage
Dim instance As PortalWebSiteMapNode
Dim node As SPNavigationNode
Dim previousSibling As SPNavigationNode
Dim parentNode As PortalSiteMapNode
Dim returnValue As PortalSiteMapNode
returnValue = instance.ProcessSPNavigationNode(node, _
previousSibling, parentNode)
public PortalSiteMapNode ProcessSPNavigationNode(
SPNavigationNode node,
SPNavigationNode previousSibling,
PortalSiteMapNode parentNode
)
Parameters
node
Type: Microsoft.SharePoint.Navigation.SPNavigationNodeSPNavigationNode
previousSibling
Type: Microsoft.SharePoint.Navigation.SPNavigationNodeSPNavigationNode
parentNode
Type: Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNodeSPNavigationNode
Return Value
Type: Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode