SPWorkflowTemplate.AllowDefaultContentApproval property

Gets or sets a value that indicates whether the workflow instances based on this template can start automatically when the user attempts to approve publishing a major version of an item.

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property AllowDefaultContentApproval As Boolean
    Get
    Set
'Usage
Dim instance As SPWorkflowTemplate
Dim value As Boolean

value = instance.AllowDefaultContentApproval

instance.AllowDefaultContentApproval = value
public bool AllowDefaultContentApproval { get; set; }

Property value

Type: System.Boolean
true if the workflow instances based on this template can start automatically when the user attempts to approve publishing a major version of an item; otherwise, false.

See also

Reference

SPWorkflowTemplate class

SPWorkflowTemplate members

Microsoft.SharePoint.Workflow namespace