SPWorkflowCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of workflow instances.
The SPWorkflowCollection type exposes the following members.
Constructors
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
Properties
Name | Description | |
---|---|---|
Count | Gets the total number of workflow instances in the collection. (Overrides SPBaseCollection.Count.) | |
ExclusiveFilterStates | Gets the workflow state criteria that were used to exclude workflow instances from the collection results set. | |
InclusiveFilterStates | Gets the workflow state criteria that were used to include workflow instances in the collection results set. | |
Item[Guid] | Gets the specified workflow instance. | |
Item[Int32] | Gets the specified workflow instance. | |
UpgradedPersistedProperties | (Inherited from SPAutoSerializingObject.) | |
Xml | Returns a string that represents the workflow instance collection in XML format. |
Top
Methods
Name | Description | |
---|---|---|
CopyTo | Copies the elements of the SPWorkflowCollection to a SPWorkflow array, starting at the specified array index. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | (Inherited from SPBaseCollection.) | |
GetHashCode | (Inherited from Object.) | |
GetInstanceIds | Gets a collection of the GUIDs for the workflow instances in the collection. | |
GetObjectData | (Inherited from SPAutoSerializingObject.) | |
GetType | (Inherited from Object.) | |
GetTypedEnumerator<T> | (Inherited from SPBaseCollection.) | |
MemberwiseClone | (Inherited from Object.) | |
OnDeserialization | (Inherited from SPAutoSerializingObject.) | |
ToString | (Inherited from Object.) | |
UpdateParent | (Inherited from SPAutoSerializingObject.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection.CopyTo | (Inherited from SPBaseCollection.) | |
ICollection.IsSynchronized | (Inherited from SPBaseCollection.) | |
ICollection.SyncRoot | (Inherited from SPBaseCollection.) |
Top