ListItemCreationInformation.LeafName 属性

获取或设置一个值,该值指定新列表项的名称。如果列表项的父列表是文档库,则它必须是文件名称。

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

value = instance.LeafName

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

属性值

类型:System.String
返回String.instance 表示新建列表项的名称。

备注

其长度必须等于或小于 128。不能包含以下字符 ︰ \x00-\x1FF、 \x22、 \x23、 \x25、 \x26、 \x2A、 \x3A、 \x3C、 x3E、 \x3F、 \x5C 和 \x7B-\x9F。

另请参阅

引用

ListItemCreationInformation 类

ListItemCreationInformation 成员

Microsoft.SharePoint.Client 命名空间