SPWorkItemCollection Properties
Include Protected Members
Include Inherited Members
The SPWorkItemCollection type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
ContentDatabase | Gets a content database object instance (SPContentDatabase). |
![]() |
Count | Gets a count of the number of SPWorkItem objects in the collection. (Overrides SPBaseCollection.Count.) |
![]() |
Item[Guid] | Gets a specific SPWorkItem object in the collection by using a globally unique identifier (GUID). |
![]() |
Item[Int32] | Gets a specific SPWorkItem object in the collection by its index into the collection. |
![]() |
ParentId | Gets a globally unique identifier (GUID) for the parent entity. |
![]() |
ParentList | Gets an SPListobject representing the parent list for objects in the SPWorkItemCollection collection. |
![]() |
ParentWeb | Gets an SPWeb object representing the parent of objects in the SPWorkItemCollection collection, in cases in which the parent is scoped to the level of the Web. |
![]() |
ProcessingBatchSize | Gets or sets the maximum number of work items that are paged in to a processing timer job. |
![]() |
ProcessingThrottle | Gets or sets a value that specifies the maximum number of workflow instances that can be obtained on a given query for runnable work items. |
![]() |
UpgradedPersistedProperties | (Inherited from SPAutoSerializingObject.) |
![]() |
WorkItemType | Gets a globally unique identifier (GUID) that specifies the type of work items in the SPWorkItemCollection collection. The types themselves are user defined. |
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
![]() ![]() |
ICollection.IsSynchronized | Gets a Boolean value that indicates whether access to the collection is synchronized or thread-safe. (Inherited from SPBaseCollection.) |
![]() ![]() |
ICollection.SyncRoot | Gets an object that is used to synchronize access to the collection. (Inherited from SPBaseCollection.) |
Top
.gif)
.gif)
.gif)