SPWorkflowAssociationCollection.Configuration enumeration
Contains configuration properties of the workflow association.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration Configuration
'Usage
Dim instance As SPWorkflowAssociationCollection.Configuration
[FlagsAttribute]
public enum Configuration
Members
Member name | Description | |
---|---|---|
None | The default value of the Configuration. | |
AutoStartAdd | The workflow can be started automatically when an item is created. | |
AutoStartChange | The workflow can be started automatically when an item is changed. | |
AutoStartColumnChange | The workflow can be started when a column is changed. | |
AllowManualStart | The workflow can be started manually. | |
HasStatusColumn | A status column for the SPWorkflowAssociation can be displayed in the user interface. | |
LockItem | The SPWorkflowAssociation is read-only. | |
Declarative | The SPWorkflowTemplate of the SPWorkflowAssociation is declarative, file-based workflow. | |
NoNewWorkflows | There are no new workflow instances of the SPWorkflowAssociation. | |
MarkedForDelete | The SPWorkflowAssociation is marked for deletion. | |
GloballyDisabled | The SPWorkflowAssociation cannot be run. | |
CompressInstanceData | The instance data for the SPWorkflowAssociation is compressed when it is stored in the database. | |
SiteOverQuota | The SPSite on which the SPWorkflowAssociation is over quota. | |
SiteWriteLocked | The SPSite on which the SPWorkflowAssociation is not allowed to write. | |
AllowAsyncManualStart | The workflow can be started asynchronously, even if the workflow was manually initiated. | |
SkipContentTypePushDown | The SPWorkflowAssociation is pushed down to child content types. |