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

The SPListItemExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetWorkflowInstance Obsolete.
Returns the current WorkflowInstance of this list item. This method is obsolete, please use GetWorkflowInstances(this SPListItem item) instead.
Public methodStatic memberGetWorkflowInstances
Returns the current WorkflowInstance of this list item or null, if no workflow is running.
Top
Remarks
This class provides expression extensions.
See Also