Skip to main content Skip to complementary content

SessionAppFromApp Method

Overloads

SessionAppFromApp(ILocation, String, ISession)

Create and connect to a new session app based on another app. This method opens a websocket connection.

SessionAppFromApp(ILocation, IAppIdentifier, ISession)

Create and connect to a new session app based on another app. This method opens a websocket connection.

SessionAppFromApp(ILocation, String, ISession)

Create and connect to a new session app based on another app. This method opens a websocket connection.

Declaration

      public static ICreateSessionAppFromAppResult SessionAppFromApp(this ILocation location, string appId, ISession session = null)
    

Parameters

Type Name Description
ILocation location

Location object of the Qlik Sense instance

System.String appId

The ID of the app.

ISession session

Session information to use. Default value is Session.Random

Returns

Type Description
ICreateSessionAppFromAppResult

The result of the session app creation call.

SessionAppFromApp(ILocation, IAppIdentifier, ISession)

Create and connect to a new session app based on another app. This method opens a websocket connection.

Declaration

      public static ICreateSessionAppFromAppResult SessionAppFromApp(this ILocation location, IAppIdentifier appIdentifier, ISession session = null)
    

Parameters

Type Name Description
ILocation location

Location object of the Qlik Sense instance

IAppIdentifier appIdentifier

The identifier of the app.

ISession session

Session information to use. Default value is Session.Random

Returns

Type Description
ICreateSessionAppFromAppResult

The result of the session app creation call.

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!