ExpressionNodeEvaluate Method

Scanjour Workflow4 Reference Manual
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: 23.1.0.0 (23.1.0.0)
Syntax

public Object Evaluate(
	Object context
)

Parameters

context
Type: SystemObject
The context.

Return Value

Type: Object
Result of evaluation.

Implements

IExpressionNodeEvaluate(Object)
See Also

Reference