Свойство NavigationNodeCreationInformation.IsExternal
Gets or sets a value that specifies whether the navigation node URL potentially corresponds to pages outside of the site collection.
Пространство имен: Microsoft.SharePoint.Client
Сборки: Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)
Синтаксис
'Декларация
Public Property IsExternal As Boolean
Get
Set
'Применение
Dim instance As NavigationNodeCreationInformation
Dim value As Boolean
value = instance.IsExternal
instance.IsExternal = value
public bool IsExternal { get; set; }
Значение свойства
Тип: 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
См. также
Справочные материалы
NavigationNodeCreationInformation класс