Click or drag to resize

ObjectProxyIsValidExpressoScript Method (String)

Checks if the given string is a valid value for the property "Expression" of the object

Namespace:  Articy.Api
Assembly:  QueryLayer (in QueryLayer.dll) Version: 1.0.0
Syntax
C#
public bool IsValidExpressoScript(
	string aScriptText
)

Parameters

aScriptText
Type: SystemString
the new text

Return Value

Type: Boolean
true if the string is valid or expresso script support is disabled for the project, false otherwise
See Also