Click or drag to resize
IAppGetEmptyScriptAsync Method (String)

Creates a script that contains one section. This section contains Set statements that give localized information from the regional settings of the computer.

The computer regional settings are retrieved when the engine starts.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
Task<string> GetEmptyScriptAsync(
	string localizedMainSection = null
)

Parameters

localizedMainSection (Optional)
Type: SystemString
Name of the script section. The default value is Main. This parameter is optional.

Return Value

Type: TaskString
See Also