Folder.WelcomePage 屬性
取得或設定值,指定清單資料夾 [歡迎畫面] 頁面的資料夾相對 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 WelcomePage As String
Get
Set
'用途
Dim instance As Folder
Dim value As String
value = instance.WelcomePage
instance.WelcomePage = value
public string WelcomePage { get; set; }
屬性值
類型:System.String
傳回代表清單資料夾的 [歡迎] 頁面的資料夾相對 URL String執行個體。
例外狀況
例外狀況 | 條件 |
---|---|
[System.ArgumentException] | URL 必須相對於 [清單] 資料夾,而且不能包含兩個連續週期。錯誤碼 ︰-2147024809。 |
[System.UnauthorizedAccessException] | 目前的使用者會有足夠的權限。錯誤碼 ︰-2147024891。 |
[System.UnauthorizedAccessException] | 目前的使用者會有足夠的權限。錯誤碼 ︰-2147024891。 |
備註
它不能null 參考 (未執行任何動作 於 Visual Basic 中)。