SPList.IsContentTypeAllowed 方法 (SPContentTypeId)
验证列表支持指定的内容类型。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Function IsContentTypeAllowed ( _
id As SPContentTypeId _
) As Boolean
用法
Dim instance As SPList
Dim id As SPContentTypeId
Dim returnValue As Boolean
returnValue = instance.IsContentTypeAllowed(id)
public bool IsContentTypeAllowed(
SPContentTypeId id
)
参数
id
类型:Microsoft.SharePoint.SPContentTypeId内容类型标识符 (ID)。
返回值
类型:System.Boolean
true如果列表支持的内容类型 ;否则为false。