Click or drag to resize

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
C#
public static class SPListItemExtensions

The SPListItemExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetWorkflowInstances
Returns the current WorkflowInstance of this list item or null, if no workflow is running.
Top
Remarks
#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