SPNavigationSiteMapNode.IsExternalSPNavigationNode Method
Returns whether or not 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.SPNavigationNode
SPNavigationNode in question.
Return Value
Type: System.Boolean
Boolean value that represents whether or not the SPNavigationNode is external.
Remarks
This behaves slightly differently than IsExternal. See IsExternal for more details.