SPContentType 构造函数 (SPContentTypeId, SPContentTypeCollection, String)
初始化使用指定的SPContentTypeId结构SPContentType类的新实例。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Sub New ( _
contentTypeId As SPContentTypeId, _
contentTypes As SPContentTypeCollection, _
name As String _
)
用法
Dim contentTypeId As SPContentTypeId
Dim contentTypes As SPContentTypeCollection
Dim name As String
Dim instance As New SPContentType(contentTypeId, _
contentTypes, name)
public SPContentType(
SPContentTypeId contentTypeId,
SPContentTypeCollection contentTypes,
string name
)
参数
contentTypeId
类型:Microsoft.SharePoint.SPContentTypeId新内容类型的内容类型 ID。
通过检查在此参数中传递的内容类型 ID 来确定Parent属性的值。
contentTypes
类型:Microsoft.SharePoint.SPContentTypeCollection要添加的新内容类型的集合。
name
类型:System.String新的内容类型的名称。此值设置为Name属性的值。
异常
异常 | 条件 |
---|---|
SPException | 不能修改在contentTypes参数中传递的集合。 AD 访问控制 找不到父内容类型。 |