Click or drag to resize
Location Class
Handles the location of the Qlik Sense instance
Inheritance Hierarchy
SystemObject
  Qlik.EngineLocation

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public class Location : ILocation, IWritableConnection, 
	ISecureLocation

The Location type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFromProcess Obsolete.
Gets a reference to the first local Qlik Sense process found
Public methodStatic memberFromProcess(Process)
Gets a reference to a Qlik Sense instance from process object
Public methodStatic memberFromProcess(Int32)
Gets a reference to a Qlik Sense instance with process id
Public methodStatic memberFromUri(String)
Gets a reference to a remote Qlik Sense instance at a specific Uri
Public methodStatic memberFromUri(Uri)
Gets a reference to a Qlik Sense instance at a specific Uri
Top
Extension Methods
  NameDescription
Public Extension MethodActiveApp
Connect to an already active Qlik Sense app
(Defined by LocationExtensions.)
Public Extension MethodActiveAppAsync
Connect to an already active Qlik Sense app
(Defined by LocationExtensions.)
Public Extension MethodApp
Connect to a Qlik Sense app
(Defined by LocationExtensions.)
Public Extension MethodAppAsync
Connect to a Qlik Sense app
(Defined by LocationExtensions.)
Public Extension MethodAppsWithNameOrDefault
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.)
Public Extension MethodAppWithId
Connect to a Qlik Sense app with the app id
(Defined by LocationExtensions.)
Public Extension MethodAppWithIdOrDefault
Connect to a Qlik Sense app with the app id
(Defined by LocationExtensions.)
Public Extension MethodAppWithName
Connect to a Qlik Sense app with the name
(Defined by LocationExtensions.)
Public Extension MethodAppWithNameOrCreate
Connect to a Qlik Sense app with the name or create it if it does not exists
(Defined by LocationExtensions.)
Public Extension MethodAppWithNameOrDefault
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.)
Public Extension MethodAsDirectConnection(String, String, Boolean)Overloaded.
Defining the location as a direct connection to Qlik Sense using a specific user
(Defined by LocationExtensions.)
Public Extension MethodAsDirectConnection(String, String, String, String, Boolean)Overloaded.
Defining the location as a direct connection to Qlik Sense using a specific user, proxy session and proxy package
(Defined by LocationExtensions.)
Public Extension MethodAsDirectConnectionToPersonalEdition
Defining the location as a direct connection to Qlik Sense Personal
(Defined by LocationExtensions.)
Public Extension MethodAsNtlmUserViaProxy
Defining the location as a connection to Qlik Sense using NTLM Authentication
(Defined by LocationExtensions.)
Public Extension MethodAsService (Defined by LocationExtensions.)
Public Extension MethodAsStaticHeaderUserViaProxy
Defining the location as a connection to Qlik Sense using a specific user
(Defined by LocationExtensions.)
Public Extension MethodCreateAppWithName
Create an application with given name
(Defined by LocationExtensions.)
Public Extension MethodDelete
Deletes the application
(Defined by LocationExtensions.)
Public Extension MethodGetAppIdentifiers
Get a list of app identifiers
(Defined by LocationExtensions.)
Public Extension MethodGetAppIdentifiersAsync
Get a list of app identifiers
(Defined by LocationExtensions.)
Public Extension MethodHasAppWithId
Check if location has app with id
(Defined by LocationExtensions.)
Public Extension MethodHasAppWithName
Checks if there is an application with a specific name
(Defined by LocationExtensions.)
Public Extension MethodHub
Connect to the Qlik Sense hub
(Defined by LocationExtensions.)
Public Extension MethodHubAsync
Connect to the Qlik Sense hub
(Defined by LocationExtensions.)
Public Extension MethodIsAlive
Checks if the connection is alive
(Defined by LocationExtensions.)
Public Extension MethodSessionCookie
Gets the session value cookie of the Qlik Sense instance.
(Defined by LocationExtensions.)
Public Extension MethodSingleUrl (Defined by UrlExtensions.)
Top
Properties
  NameDescription
Public propertyCustomUserCookies
Property for custom user cookies
Public propertyCustomUserHeaders
Property for custom user headers
Public propertyStatic memberLocal Obsolete.
Returns a reference to a local Qlik Sense instance
Public propertyStatic memberLocalServer Obsolete.
Returns a reference to a Qlik Sense local server
Public propertyServerUri
The Uri of the Qlik Sense server
Public propertyVirtualProxyPath
Virtual path to the proxy
Top
See Also