ListItemCreationInformation.FolderUrl 属性

获取或设置一个值,该值指定新列表项的文件夹。

命名空间:  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 FolderUrl As String
    Get
    Set
用法
Dim instance As ListItemCreationInformation
Dim value As String

value = instance.FolderUrl

instance.FolderUrl = value
public string FolderUrl { get; set; }

属性值

类型:System.String
返回表示新建列表项的文件夹的String实例。

备注

如果值为服务器相对 URL 或绝对 URL,则它必须在列表的根文件夹下。空引用(无 在 Visual Basic 中),为空,则它必须是服务器相对 URL 或绝对 URL。

另请参阅

引用

ListItemCreationInformation 类

ListItemCreationInformation 成员

Microsoft.SharePoint.Client 命名空间