Click or drag to resize

ObjectProxyValidateExpressoScript Method (String, String)

Checks if the given string is a valid value for the named property (either object or feature property name) of the object

Namespace:  Articy.Api
Assembly:  QueryLayer (in QueryLayer.dll) Version: 1.0.0
Syntax
C#
public void ValidateExpressoScript(
	string aPropertyName,
	string aScriptText
)

Parameters

aPropertyName
Type: SystemString
the name of the property to check
aScriptText
Type: SystemString
the new text
See Also