Click or drag to resize
IAppIdentifier Interface
Token to identify an unique Qlikview app

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

The IAppIdentifier type exposes the following members.

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