Click or drag to resize
IHubCreateAppAsync Method (String, String)

Creates an app.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
Task<CreateAppResult> CreateAppAsync(
	string appName,
	string localizedScriptMainSection = null
)

Parameters

appName
Type: SystemString
Name of the app. This parameter is mandatory.
localizedScriptMainSection (Optional)
Type: SystemString
Name of the first section in the script editor. This parameter is optional. The default value is Main.

Return Value

Type: TaskCreateAppResult
See Also