Click or drag to resize

metaContentCriteriaTriggerevaluate Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Evaluates the specified test content.

Namespace:  imbSCI.Reporting.meta.delivery
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public bool evaluate(
	IMetaContentNested testContent,
	bool defaultOrLastResult
)
Request Example View Source

Parameters

testContent
Type: imbSCI.Core.interfacesIMetaContentNested
Content of the test.
defaultOrLastResult
Type: SystemBoolean
if set to true [default or last result].

Return Value

Type: Boolean
Remarks

Results of multiple metaContentCriteriaTrigger instances within the collection are combined with associated metaContentTriggerOperator logic operators.

See Also