SPContentType.UpdateWorkflowAssociationsOnChildren method (Boolean, Boolean, Boolean)
傳播此內容類型的工作流程關聯內容類型衍生自這個內容的型別,或此內容類型的清單,或兩者已套用的執行個體中的變更。選擇性地標記為已變更,作業所涉及的物件。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
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
Type: System.Boolean若要標記為已變更 ; 這項作業接觸到的所有SPContentType物件的true否則, false。
bPushdownDerivedCT
Type: System.Boolean若要將變更傳播到內容類型的true衍生自這個內容的型別 ;否則false。
bPushdownListCTs
Type: System.Boolean若要將變更傳播到清單的內容類型的true根據此內容的型別 ;否則false。
Exceptions
Exception | Condition |
---|---|
SPContentTypeSealedException | 此內容類型的子系的Sealed屬性的值為true。 |
SPContentTypeReadOnlyException | 此內容類型的子系的ReadOnly屬性的值為true。 |
備註
這個方法會呼叫UpdateWorkflowAssociationsOnChildren(Boolean, Boolean, Boolean, Boolean)與bGenerateFullChangeList、 bPushdownDerivedCT、 bPushdownListCTs, false。
使用這個方法來選擇性地傳播到其中一個衍生的父系內容類型的工作流程關聯的變更或清單的內容類型,或兩者的版本。如果您傳遞作為引數的false至bGenerateFullChangeList參數, SPContentType物件接觸到這項作業未標示為已變更,並不會引發OnChanged事件。如果所做的變更無法寫入至任何子系,因為已標示,就會擲回例外狀況為密封或唯讀。
請參閱
參照
UpdateWorkflowAssociationsOnChildren overload
Microsoft.SharePoint namespace