NavigationNodeCreationInformation.IsExternal property
Gets or sets a value that specifies whether the navigation node URL potentially corresponds to pages outside of the site collection.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property IsExternal As Boolean
Get
Set
'Usage
Dim instance As NavigationNodeCreationInformation
Dim value As Boolean
value = instance.IsExternal
instance.IsExternal = value
public bool IsExternal { get; set; }
Property value
Type: System.Boolean
Returns Boolean true if the navigation node URL potentially corresponds to pages outside of the site collection; otherwise, returns false. The default value is
See also
Reference
NavigationNodeCreationInformation class