AppIdentifier Class
  Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
  Assembly: Qlik.Engine.dll
Token to identify a unique Qlik Sense app
Inheritance
- 
      System.Object
      - AppIdentifier
 
Syntax
public class AppIdentifier : IAppIdentifierConstructors
| Name | Description | 
|---|---|
| AppIdentifier() | Default constructor | 
| AppIdentifier(String) | Create AppIdentifier instance with only AppId property set. | 
Properties
| Name | Description | 
|---|---|
| AppId | The machine-readable id of the app | 
| AppName | The human-readable name of the app | 
| ConnectedUsers | Number of connected users | 
| FileSize | The application file size on disk | 
| FileTime | The application file time | 
| LastReloadTime | Last reloaded time | 
| Meta | Meta information about the application | 
| Thumbnail | Thumbnail for the application | 
| Title | Title for the application |