| 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.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
SyntaxTask<string> GetEmptyScriptAsync(
string localizedMainSection = null
)
Function GetEmptyScriptAsync (
Optional localizedMainSection As String = Nothing
) As Task(Of String)
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