App Method
Overloads
| App(String, SessionToken, Boolean) | Connect to a Qlik Sense app. This method opens a websocket connection. | 
App(String, SessionToken, Boolean)
Connect to a Qlik Sense app.
This method opens a websocket connection.
Declaration
      public IApp App(string appId, SessionToken sessionToken = null, bool noData = false)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | appId | The ID of the app to open. | 
| SessionToken | sessionToken | Session identification token. A value of  | 
| System.Boolean | noData | Open the app without data | 
Returns
| Type | Description | 
|---|---|
| IApp | IApp |