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: 1.1.0.0 (1.1.0.0)
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 propertyMeta
Meta information about the application
Top
See Also