SPList.IsContentTypeAllowed 方法 (SPContentType)
验证列表支持指定的内容类型。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Function IsContentTypeAllowed ( _
ct As SPContentType _
) As Boolean
用法
Dim instance As SPList
Dim ct As SPContentType
Dim returnValue As Boolean
returnValue = instance.IsContentTypeAllowed(ct)
public bool IsContentTypeAllowed(
SPContentType ct
)
参数
ct
类型:Microsoft.SharePoint.SPContentType内容类型中。
返回值
类型:System.Boolean
true如果列表支持的内容类型 ;否则为false。
异常
异常 | 条件 |
---|---|
ArgumentNullException | ct是 null 。 |