ILocation Interface |
Namespace: Qlik.Engine
The ILocation type exposes the following members.
Name | Description | |
---|---|---|
ActiveApp |
Connect to an already active Qlik Sense app
(Defined by LocationExtensions.) | |
ActiveAppAsync |
Connect to an already active Qlik Sense app
(Defined by LocationExtensions.) | |
App |
Connect to a Qlik Sense app
(Defined by LocationExtensions.) | |
AppAsync |
Connect to a Qlik Sense app
(Defined by LocationExtensions.) | |
AppsWithNameOrDefault |
Connect to a Qlik Sense app with the name, and return a list of apps.
If you connect to a server, you can have multiple apps with the same name. On desktop you can only have one app with a specific name.
(Defined by LocationExtensions.) | |
AppWithId |
Connect to a Qlik Sense app with the app id
(Defined by LocationExtensions.) | |
AppWithIdOrDefault |
Connect to a Qlik Sense app with the app id
(Defined by LocationExtensions.) | |
AppWithName |
Connect to a Qlik Sense app with the name
(Defined by LocationExtensions.) | |
AppWithNameOrCreate |
Connect to a Qlik Sense app with the name or create it if it does not exists
(Defined by LocationExtensions.) | |
AppWithNameOrDefault |
Connect to a Qlik Sense app with the name.
If you connect to a server, you can have multiple apps with the same name. On desktop you can only have one app with a specific name.
If you have multiple apps with the same name on the server this method will return the first app in the list. If you would like to get all
the apps with a specific name please use the method AppsWithNameOrDefault.
(Defined by LocationExtensions.) | |
AsDirectConnection |
Defining the location as a direct connection to Qlik Sense using a specific user
(Defined by LocationExtensions.) | |
AsDirectConnectionToPersonalEdition |
Defining the location as a direct connection to Qlik Sense Personal
(Defined by LocationExtensions.) | |
AsNtlmUserViaProxy |
Defining the location as a connection to Qlik Sense using NTLM Authentication
(Defined by LocationExtensions.) | |
AsStaticHeaderUserViaProxy |
Defining the location as a connection to Qlik Sense using a specific user
(Defined by LocationExtensions.) | |
CreateAppWithName |
Create an application with given name
(Defined by LocationExtensions.) | |
Delete |
Deletes the application
(Defined by LocationExtensions.) | |
GetAppIdentifiers |
Get a list of app identifiers
(Defined by LocationExtensions.) | |
GetAppIdentifiersAsync |
Get a list of app identifiers
(Defined by LocationExtensions.) | |
HasAppWithId |
Check if location has app with id
(Defined by LocationExtensions.) | |
HasAppWithName |
Checks if there is an application with a specific name
(Defined by LocationExtensions.) | |
Hub |
Connect to the Qlik Sense hub
(Defined by LocationExtensions.) | |
HubAsync |
Connect to the Qlik Sense hub
(Defined by LocationExtensions.) | |
IsAlive |
Checks if the connection is alive
(Defined by LocationExtensions.) | |
SessionCookie | (Defined by LocationExtensions.) | |
SingleUrl | (Defined by UrlExtensions.) |