IFindExpressionAppendClauses Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Append a set of clauses

Namespace:  ArtOfTest.Common
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

void AppendClauses(
	bool asChain,
	params string[] clausesToAppend
)

Parameters

asChain
Type: SystemBoolean
Whether to append as a chain or simply to the end of the expression
clausesToAppend
Type: SystemString
The clauses to append.
See Also

Reference