SPListItemExtensions Class |
Provides extension methods for accessing functionality related to the Workflow Kit on a
SPListItem from the expression engine or from the API.
Inheritance Hierarchy SystemObject Colygon.MatchPoint.WorkflowKitSPListItemExtensions
Namespace:
Colygon.MatchPoint.WorkflowKit
Assembly:
Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax public static class SPListItemExtensions
The SPListItemExtensions type exposes the following members.
Methods
| Name | Description |
---|
| GetWorkflowInstances | Returns the current WorkflowInstance of this list item or null, if no workflow is running. |
TopRemarks
#APIChange 5.0: removed public static WorkflowInstance GetWorkflowInstance(this SPListItem item), use
GetWorkflowInstances(this SPListItem item) instead
Remarks This class provides expression extensions.
See Also