SPNavigationNode.IsExternal Property

Gets a Boolean value that specifies whether the navigation node URL corresponds to a page outside the site collection.

Namespace:  Microsoft.SharePoint.Navigation
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public ReadOnly Property IsExternal As Boolean
    Get
'Usage
Dim instance As SPNavigationNode
Dim value As Boolean

value = instance.IsExternal
public bool IsExternal { get; }

Property Value

Type: System.Boolean
Returns true if the the navigation node URL points to an external page; otherwise returns false.

See Also

Reference

SPNavigationNode Class

SPNavigationNode Members

Microsoft.SharePoint.Navigation Namespace