LogicExpressionEvaluate Method

Scanjour Workflow4 Reference Manual
Evaluates the logic expression having specified array of tags as a 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 bool Evaluate(
	string[] tags
)

Parameters

tags
Type: SystemString
The tags.

Return Value

Type: Boolean
Result of evaluation.
See Also

Reference