IApp CheckScriptSyntaxAsync Method (String)Qlik Sense .NET SDK - API Reference

Checks the syntax of a script.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

Task<IEnumerable<ScriptSyntaxError>> CheckScriptSyntaxAsync(
	string userHandle = null
)

Return Value

Type: OnlineTask OnlineIEnumerable ScriptSyntaxError  
See Also