LogicExpressionEvaluate Method |
Evaluates the logic expression having specified array of tags as a context.
Namespace: Scanjour.Workflow4.Web.Services.Helpers.ExpressionsAssembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic bool Evaluate(
string[] tags
)
Public Function Evaluate (
tags As String()
) As Boolean
public:
bool Evaluate(
array<String^>^ tags
)
member Evaluate :
tags : string[] -> bool
Parameters
- tags String
- The tags.
Return Value
BooleanResult of evaluation.
See Also