SPWorkflowTaskCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of the workflow tasks for a workflow instance.
The SPWorkflowTaskCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPWorkflowTaskCollection(SPListItem, SPWorkflowFilter) | Initializes a new instance of the SPWorkflowTaskCollection class that contains tasks created by workflows running on a list item and a filter criteria, based on workflows or a list item and a filter criteria. | |
SPWorkflowTaskCollection(SPWorkflowCollection, SPWorkflowFilter) | Initializes a new instance of the SPWorkflowTaskCollection class, based upon which tasks in this collection will be created by one of the workflows in the provided collection and what criteria for workflows or tasks in this collection is specified. |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the total number of workflow tasks in the collection. (Overrides SPBaseCollection.Count.) | |
Item[Guid] | Gets the specified workflow task. | |
Item[Int32] | Gets the specified workflow task. | |
UpgradedPersistedProperties | (Inherited from SPAutoSerializingObject.) | |
Xml | Returns a string that represents the workflow task collection definition in XML format. | |
XmlDoc | Gets an XML File that contains an XML representation of the tasks represented in the collection. |
Top
Methods
Name | Description | |
---|---|---|
CopyTo | Copies the workflow tasks to the specified SPWorkflowTask array, starting at index. | |
Delete | Deletes the specified workflow task. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | (Inherited from SPBaseCollection.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | (Inherited from SPAutoSerializingObject.) | |
GetType | (Inherited from Object.) | |
GetTypedEnumerator<T> | (Inherited from SPBaseCollection.) | |
Init | Initializes the workflow tasks based on the SPWorkflowCollection and SPWorkflowFilter. | |
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