This topic has not yet been rated - Rate this topic

SPWorkflowCollection Class

Windows SharePoint Services 3
A collection of the workflow instances that have run or are currently running on a list item.

Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
[DefaultMemberAttribute("Item")] 
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel=true)] 
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel=true)] 
public sealed class SPWorkflowCollection : SPBaseCollection

Each SPWorkflowobject contains members that return information about the workflow instance, such as whether the workflow has completed, its internal state, and its workflow history list.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.