SPList.ContentTypesEnabled 属性
获取或设置一个Boolean值,指定是否对列表启用内容类型。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property ContentTypesEnabled As Boolean
Get
Set
用法
Dim instance As SPList
Dim value As Boolean
value = instance.ContentTypesEnabled
instance.ContentTypesEnabled = value
public bool ContentTypesEnabled { get; set; }
属性值
类型:System.Boolean
true如果对列表启用内容类型否则为false。