AppWithIdOrDefault Method
Overloads
| AppWithIdOrDefault(ILocation, String) | Connect to a Qlik Sense app with the app id. This method opens a temporary websocket connection. | 
AppWithIdOrDefault(ILocation, String)
Connect to a Qlik Sense app with the app id. This method opens a temporary websocket connection.
Declaration
      public static IAppIdentifier AppWithIdOrDefault(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 or default if no such app is found. |