SPContentType.UpdateWorkflowAssociationsOnChildren 方法 (Boolean, Boolean, Boolean)
将传播到从该内容类型派生的内容类型或列表,或者对二者同时已应用此内容类型的实例的此内容类型的工作流关联中的更改。(可选) 标记为已更改涉及的操作的对象。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Sub UpdateWorkflowAssociationsOnChildren ( _
bGenerateFullChangeList As Boolean, _
bPushdownDerivedCT As Boolean, _
bPushdownListCTs As Boolean _
)
用法
Dim instance As SPContentType
Dim bGenerateFullChangeList As Boolean
Dim bPushdownDerivedCT As Boolean
Dim bPushdownListCTs As Boolean
instance.UpdateWorkflowAssociationsOnChildren(bGenerateFullChangeList, _
bPushdownDerivedCT, bPushdownListCTs)
public void UpdateWorkflowAssociationsOnChildren(
bool bGenerateFullChangeList,
bool bPushdownDerivedCT,
bool bPushdownListCTs
)
参数
bGenerateFullChangeList
类型:System.Booleantrue标记为已更改 ; 此操作涉及的所有SPContentType对象否则为false。
bPushdownDerivedCT
类型:System.Booleantrue将更改传播到内容类型派生自此内容类型 ;否则为false。
bPushdownListCTs
类型:System.Booleantrue将更改传播到列表内容类型基于此内容类型 ;否则为false。
异常
异常 | 条件 |
---|---|
SPContentTypeSealedException | 此内容类型的子级的Sealed属性的值为true。 |
SPContentTypeReadOnlyException | 此内容类型的子级的ReadOnly属性的值为true。 |
备注
此方法调用与bGenerateFullChangeList、 bPushdownDerivedCT、 bPushdownListCTs和falseUpdateWorkflowAssociationsOnChildren(Boolean, Boolean, Boolean, Boolean) 。
使用此方法 (可选) 将下之一派生的父内容类型的工作流关联的更改传播或列表内容类型,或两者的版本。如果您将false作为参数传递给bGenerateFullChangeList参数时,涉及的此操作的SPContentType对象没有标记为已更改,并不会引发OnChanged事件。将引发异常如果所做的更改不能写入任何子,因为它被标记为密封或只读的。
另请参阅
引用
UpdateWorkflowAssociationsOnChildren 重载