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

Opens an app.

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

Task<App> OpenAppAsync(
	string docName,
	string userName = null,
	string password = null,
	string serial = null,
	string userHandle = null
)

Parameters

docName
Type: OnlineSystem String
Name of the app to retrieve This parameter is mandatory.
userName (Optional)
Type: OnlineSystem String
Name of the user that opens the app This parameter is optional.
password (Optional)
Type: OnlineSystem String
Password of the user This parameter is optional.
serial (Optional)
Type: OnlineSystem String
Current Qlik Sense serial number This parameter is optional.
userHandle (Optional)
Type: OnlineSystem String
Handle identifier

Return Value

Type: OnlineTask App 
See Also