NavigationNodeCreationInformation.IsExternal 屬性
取得或設定值,指定瀏覽節點 URL 是否可能對應於網站集合以外的頁面。
命名空間: 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
如果為 true Boolean導覽節點 URL 可能會對應至網站集合中,否則以外的頁面否則傳回 false。預設值是
請參閱
參照
NavigationNodeCreationInformation 類別