Click or drag to resize

IExpressionNodeEvaluate Method

Evaluates the token in specified context.

Namespace: Scanjour.Workflow4.Web.Services.Helpers.Expressions
Assembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
Object Evaluate(
	Object context
)

Parameters

context  Object
The context.

Return Value

Object
Result of evaluation.
See Also