SPList.AllowContentTypes 属性
如果列表支持内容类型,则返回true 。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Property AllowContentTypes As Boolean
Get
用法
Dim instance As SPList
Dim value As Boolean
value = instance.AllowContentTypes
public bool AllowContentTypes { get; }
属性值
类型:System.Boolean
true如果列表支持内容类型 ;否则为false。