Click or drag to resize
AppEntry Class
Inheritance Hierarchy
SystemObject
  Qlik.EngineAppEntry

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

The AppEntry type exposes the following members.

Constructors
  NameDescription
Public methodAppEntry
Initializes a new instance of the AppEntry class
Top
Properties
  NameDescription
Public propertyID
Identifier of the app.
Public propertyLastReloadTime
Last reload time of the app.
Public propertyMeta
Meta data.
Public propertyPath
Path of the app.
Public propertyReadOnly
Is set to true if the app is read-only.
Public propertyThumbnail
App thumbnail.
Public propertyTitle
Title of the app.
Top
See Also