App CheckScriptSyntax Method 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

public IEnumerable<ScriptSyntaxError> CheckScriptSyntax()

Return Value

Type: OnlineIEnumerable ScriptSyntaxError 

Implements

IApp CheckScriptSyntax 
See Also