Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
'Declaration
Public ReadOnly Property IsExternal As Boolean
Get
'Usage
Dim instance As SPNavigationNode
Dim value As Boolean
value = instance.IsExternal
public bool IsExternal { get; }
Type: System.Boolean
Returns true if the the navigation node URL points to an external page; otherwise returns false.
Please sign in to use this experience.
Sign in