SPWorkflowAssociation.ContentTypePushDown Property
Gets or sets a value that indicates whether the association should be pushed down to child content types.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Property ContentTypePushDown As Boolean
Get
Set
'Usage
Dim instance As SPWorkflowAssociation
Dim value As Boolean
value = instance.ContentTypePushDown
instance.ContentTypePushDown = value
public bool ContentTypePushDown { get; set; }
Property Value
Type: System.Boolean
true to propagate the association to child content types; otherwise, false.
Remarks
The value of this property has meaning only for a workflow association on a content type. The value is ignored for a workflow association on a list or a website.