IAppEntry Interface
  Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
  
  
  Assembly: Qlik.Engine.dll
Syntax
[ValueClass]
public interface IAppEntryProperties
| Name | Description | 
|---|---|
| FileSize | JSON property name: qFileSize | 
| HasSectionAccess | If true the app has section access configured. JSON property name: qHasSectionAccess | 
| ID | Identifier of the app. JSON property name: qID | 
| LastReloadTime | Last reload time of the app. JSON property name: qLastReloadTime | 
| Meta | Meta data. JSON property name: qMeta | 
| Path | Path of the app. JSON property name: qPath | 
| ReadOnly | Is set to true if the app is read-only. JSON property name: qReadOnly | 
| Thumbnail | App thumbnail. JSON property name: qThumbnail | 
| Title | Title of the app. JSON property name: qTitle |