SPWorkflowCollection Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the SPWorkflowCollection class.
Overload List
Name | Description | |
---|---|---|
SPWorkflowCollection(SPList) | Initializes a new instance of the SPWorkflowCollection class for all of the workflows running on SPListItem objects in this SPList object. | |
SPWorkflowCollection(SPListItem) | Initializes a new instance of the SPWorkflowCollection class for all of the workflows on the SPListItem object. | |
SPWorkflowCollection(SPWeb) | Initializes a new instance of the SPWorkflowCollection class for the site-based workflows on an SPWeb object. | |
SPWorkflowCollection(SPList, Guid) | Initializes a new instance of the SPWorkflowCollection class for all of the workflows that are based on a specific workflow association running on SPListItem objects in this SPList object. | |
SPWorkflowCollection(SPListItem, SPWorkflowState, SPWorkflowState) | Initializes a new instance of the SPWorkflowCollection class that matches the criteria from the inclusiveFilterStates parameter and the exclusiveFilterStates parameter for all of the workflows on the SPListItem object. | |
SPWorkflowCollection(SPListItem, SPWorkflowState, SPWorkflowState, Int32, Boolean) | Initializes a new instance of the SPWorkflowCollection class that matches the criteria from the inclusiveFilterStates parameter and the exclusiveFilterStates parameter for all of the workflows on the SPListItem object. | |
SPWorkflowCollection(SPWeb, SPWorkflowState, SPWorkflowState, Int32, Boolean) | Initializes a new instance of the SPWorkflowCollection class that matches the criteria from the inclusiveFilterStates and exclusiveFilterStates parameters for the site-based workflows on an SPWeb object. |
Top
Remarks
This class is used for all workflows.
See Also
Reference
Microsoft.SharePoint.Workflow Namespace
Other Resources
Workflows in SharePoint Foundation