Click or drag to resize
IHubCreateApp Method

Creates an app.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
CreateAppResult CreateApp(
	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: CreateAppResult
See Also