AppWithNameOrCreate Method
Overloads
AppWithNameOrCreate(ILocation, String) |
Connect to a Qlik Sense app with the name or create it if it does not exists. This method opens a temporary websocket connection. |
AppWithNameOrCreate(ILocation, String)
Connect to a Qlik Sense app with the name or create it if it does not exists. This method opens a temporary websocket connection.
Declaration
public static IAppIdentifier AppWithNameOrCreate(this ILocation location, string appName)
Parameters
Type | Name | Description |
---|---|---|
ILocation | location |
Location object of the Qlik Sense instance |
System.String | appName |
Application name |
Returns
Type | Description |
---|---|
IAppIdentifier |
IAppIdentifier |