INxAppLayout Interface
Assembly: Qlik.Engine.dll
Qlik Sense Desktop
In Qlik Sense Desktop, this structure can contain dynamic properties.
Qlik Sense Enterprise
In Qlik Sense Enterprise, only a few dynamic properties at the app level are persisted.
The persisted dynamic properties are the following:
- modifiedDate
- published
- publishTime
- privileges
- description
- dynamicColor
Syntax
[ValueClass]
public interface INxAppLayout : IAbstractStructureProperties
| Name | Description | 
|---|---|
| FileName | In Qlik Sense Enterprise, this property corresponds to the app identifier (GUID). In Qlik Sense Desktop, this property corresponds to the full path of the app. JSON property name: qFileName | 
| HasData | Is set to true if the app contains data following a script reload. JSON property name: qHasData | 
| HasScript | Is set to true if a script is defined in the app. JSON property name: qHasScript | 
| IsBDILiveMode | If set to true, the app is in BDI Direct Query Mode. JSON property name: qIsBDILiveMode | 
| IsDirectQueryMode | If set to true, the app is in Direct Query Mode. JSON property name: qIsDirectQueryMode | 
| IsOpenedWithoutData | If set to true, it means that the app was opened without loading its data. JSON property name: qIsOpenedWithoutData | 
| IsSessionApp | If set to true, the app is a Session App, i.e. not persistent. JSON property name: qIsSessionApp | 
| LastReloadTime | Date and time of the last reload of the app in ISO format. JSON property name: qLastReloadTime | 
| LocaleInfo | Information about the locale. JSON property name: qLocaleInfo | 
| Meta | Information on publishing and permissions. JSON property name: qMeta | 
| Modified | Is set to true if the app has been updated since the last save. JSON property name: qModified | 
| ProhibitBinaryLoad | If set to true, the persisted app cannot be used in a Binary load statement in Qlik load script. JSON property name: qProhibitBinaryLoad | 
| ReadOnly | If set to true, it means that the app is read-only. JSON property name: qReadOnly | 
| StateNames | Array of alternate states. JSON property name: qStateNames | 
| Thumbnail | App thumbnail. JSON property name: qThumbnail | 
| Title | Title of the app. JSON property name: qTitle | 
| UnsupportedFeatures | Array of features not supported by the app. JSON property name: qUnsupportedFeatures | 
| Usage | JSON property name: qUsage |