Click or drag to resize

WorkflowTimerJobConfigurationItemExpression Field

Specifies an optional item that is associated with the workflow. This can be a string representing an URL to a Workspace or SP list item, or an object that can be casted to IUpdatable. Use the expression variable 'LastRunTime' to access the last run time of the timer job.

Namespace:  Colygon.MatchPoint.WorkflowKit
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public ExpressionString ItemExpression

Field Value

Type: ExpressionString
See Also