Click or drag to resize

ObjectProxyValidateExpressoScript 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 void ValidateExpressoScript(
	string aScriptText
)

Parameters

aScriptText
Type: SystemString
the new text
See Also