Share via


SPWorkflowCollection constructor

Initializes a new instance of the SPWorkflowCollection class.

Overload list

  Name Description
Public method SPWorkflowCollection(SPList) Initializes a new instance of the SPWorkflowCollection class for all of the workflows running on SPListItem objects in this SPList object.
Public method SPWorkflowCollection(SPListItem) Initializes a new instance of the SPWorkflowCollection class for all of the workflows on the SPListItem object.
Public method SPWorkflowCollection(SPWeb) Initializes a new instance of the SPWorkflowCollection class for the site-based workflows on an SPWeb object.
Public method 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.
Public method 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.
Public method 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.
Public method 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

SPWorkflowCollection class

SPWorkflowCollection members

Microsoft.SharePoint.Workflow namespace

Other resources

Workflows in Windows SharePoint Services

Workflow Development for Windows SharePoint Services

Workflow Object Model in Windows SharePoint Services Overview