SPList.EnableAttachments 属性

获取或设置一个Boolean值,它指定是否可以将附件添加到列表中的项目。

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Property EnableAttachments As Boolean
    Get
    Set
用法
Dim instance As SPList
Dim value As Boolean

value = instance.EnableAttachments

instance.EnableAttachments = value
public bool EnableAttachments { get; set; }

属性值

类型:System.Boolean
true可以将附件添加到列表项 ; 如果否则为false。

备注

EnableAttachments属性不适用于任何具有Survey或DocumentLibrary的基类型的列表。如果此属性设置为true任一类型的列表中时,它将引发SPException

另请参阅

引用

SPList 类

SPList 成员

Microsoft.SharePoint 命名空间