AppWithId Method
Overloads
| AppWithId(ILocation, String) | Connect to a Qlik Sense app with the app id. This method opens a temporary websocket connection. | 
AppWithId(ILocation, String)
Connect to a Qlik Sense app with the app id. This method opens a temporary websocket connection.
Declaration
      public static IAppIdentifier AppWithId(this ILocation location, string appId)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| ILocation | location | Location object of the Qlik Sense instance | 
| System.String | appId | App identification | 
Returns
| Type | Description | 
|---|---|
| IAppIdentifier | IAppIdentifier |