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)

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.

See also

Reference

SPWorkflowAssociation class

SPWorkflowAssociation members

Microsoft.SharePoint.Workflow namespace