Skip to main content

Listing available apps

This topic describes how to list all available Qlik Sense apps.

Example: List all available apps

            foreach (IAppIdentifier appIdentifier in location.GetAppIdentifiers())
            {
                Console.WriteLine(appIdentifier.AppName);
            }

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!