IHub CreateAppAsync Method (String, String, String)Qlik Sense .NET SDK - API Reference

Creates an app.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

Task<CreateAppResult> CreateAppAsync(
	string appName,
	string localizedScriptMainSection = null,
	string userHandle = null
)

Parameters

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

Return Value

Type: OnlineTask CreateAppResult 
See Also