SPNavigationSiteMapNode.IsExternalSPNavigationNode Method
Gets whether a particular SPNavigationNode is "external".
Namespace: Microsoft.SharePoint.Publishing.Navigation
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Shared Function IsExternalSPNavigationNode ( _
node As SPNavigationNode _
) As Boolean
'Usage
Dim node As SPNavigationNode
Dim returnValue As Boolean
returnValue = SPNavigationSiteMapNode.IsExternalSPNavigationNode(node)
public static bool IsExternalSPNavigationNode(
SPNavigationNode node
)
Parameters
node
Type: Microsoft.SharePoint.Navigation.SPNavigationNodeThe SPNavigationNode in question.
Return Value
Type: System.Boolean
A Boolean value that represents whether the SPNavigationNode is external.
Remarks
This method behaves slightly differently from Microsoft.SharePoint.Navigation.SPNavigationNode.IsExternal. See Microsoft.SharePoint.Publishing.Navigation.SPNavigationSiteMapNode.IsExternal for more information.