App Method
Overloads
App(ILocation, IAppIdentifier, ISession, Boolean) |
Connect to a Qlik Sense app. This method opens a websocket connection. |
|
App(ILocation, String, ISession, Boolean) |
Connect to a Qlik Sense app. This method opens a websocket connection. |
App(ILocation, IAppIdentifier, ISession, Boolean)
Connect to a Qlik Sense app. This method opens a websocket connection.
Declaration
public static IApp App(this ILocation location, IAppIdentifier appIdentifier, ISession session = null, bool noData = false)
Parameters
Type | Name | Description |
---|---|---|
ILocation | location |
Location object of the Qlik Sense instance |
IAppIdentifier | appIdentifier |
Token to identify a unique app |
ISession | session |
Defines a specific app session, that can be connected to. |
System.Boolean | noData |
Open the app without data |
Returns
Type | Description |
---|---|
IApp |
IApp |
App(ILocation, String, ISession, Boolean)
Connect to a Qlik Sense app. This method opens a websocket connection.
Declaration
public static IApp App(this ILocation location, string appId, ISession session = null, bool noData = false)
Parameters
Returns
Type | Description |
---|---|
IApp |
IApp |