Click or drag to resize
AppIdentifier Class
Token to identify an unique Qlik Sense app
Inheritance Hierarchy
SystemObject
  Qlik.EngineAppIdentifier

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public class AppIdentifier : IAppIdentifier

The AppIdentifier type exposes the following members.

Constructors
  NameDescription
Public methodAppIdentifier
Default constructor
Top
Properties
  NameDescription
Public propertyAppId
The machine-readable id of the app
Public propertyAppName
The human-readable name of the app
Public propertyConnectedUsers
Number of connected users
Public propertyFileSize
The application filesize on disk
Public propertyFileTime
The application filetime
Public propertyLastReloadTime
Last reloaded time
Public propertyMeta
Meta information about the application
Public propertyThumbnail
Thumbnail for the application
Public propertyTitle
Titel for the application
Top
See Also