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

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.

See also

Reference

SPNavigationSiteMapNode class

SPNavigationSiteMapNode members

Microsoft.SharePoint.Publishing.Navigation namespace