SPWorkItemCollection properties

The SPWorkItemCollection type exposes the following members.

Properties

  Name Description
Public property ContentDatabase Gets a content database object instance (SPContentDatabase).
Public property Count Gets a count of the number of SPWorkItem objects in the collection. (Overrides SPBaseCollection.Count.)
Public property Item[Guid] Gets a specific SPWorkItem object in the collection by using a globally unique identifier (GUID).
Public property Item[Int32] Gets a specific SPWorkItem object in the collection by its index into the collection.
Public property ParentId Gets a globally unique identifier (GUID) for the parent entity.
Public property ParentList Gets an SPListobject representing the parent list for objects in the SPWorkItemCollection collection.
Public property 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.
Public property ProcessingBatchSize Gets or sets the maximum number of work items that are paged in to a processing timer job.
Public property 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.
Public property 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
Explicit interface implemetationPrivate property ICollection.IsSynchronized Gets a Boolean value that indicates whether access to the collection is synchronized or thread-safe. (Inherited from SPBaseCollection.)
Explicit interface implemetationPrivate property ICollection.SyncRoot Gets an object that is used to synchronize access to the collection. (Inherited from SPBaseCollection.)

Top

See also

Reference

SPWorkItemCollection class

Microsoft.SharePoint namespace