FolderCollection.Add 方法
新增位於指定集合 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 Function Add ( _
url As String _
) As Folder
'用途
Dim instance As FolderCollection
Dim url As String
Dim returnValue As Folder
returnValue = instance.Add(url)
public Folder Add(
string url
)
參數
url
類型:System.String指定的資料夾,完整的 URL 或伺服器相對或網頁的相對 URL URL 的字串。
傳回值
類型:Microsoft.SharePoint.Client.Folder
傳回Folder物件的資料夾。
例外狀況
例外狀況 | 條件 |
---|---|
ArgumentException | 在這個內容無效指定的 URL。錯誤碼 ︰-2147024809。 |
UnauthorizedAccessException | 目前的使用者會有足夠的權限。錯誤碼 ︰-2147024891。 |