Skip to main content Skip to complementary content

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

Type Name Description
ILocation location

Location object of the Qlik Sense instance

System.String appId

The ID of the 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

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!