AppsWithNameOrDefault Method
Overloads
AppsWithNameOrDefault(ILocation, String) |
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. This method opens a temporary websocket connection. |
AppsWithNameOrDefault(ILocation, String)
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. This method opens a temporary websocket connection.
Declaration
public static IEnumerable<IAppIdentifier> AppsWithNameOrDefault(this ILocation location, string appName)
Parameters
Type | Name | Description |
---|---|---|
ILocation | location |
Location object of the Qlik Sense instance |
System.String | appName |
Application name |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IAppIdentifier> |
An IEnumerable of IAppIdentifiers or default if no app with that name found |
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!