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。

另请参阅

引用

FolderCollection 类

FolderCollection 成员

Microsoft.SharePoint.Client 命名空间