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
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property IsExternal As Boolean
Get
Set
'Usage
Dim instance As NavigationNodeCreationInformation
Dim value As Boolean
value = instance.IsExternal
instance.IsExternal = value
[RemoteAttribute]
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