NxAppLayout Class
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
Inheritance
-
System.Object
-
AbstractStructure
- NxAppLayout
-
AbstractStructure
Syntax
[ValueClass]
public class NxAppLayout : AbstractStructure, IDisposable, INxAppLayout, IAbstractStructure
Constructors
Name | Description |
---|---|
NxAppLayout() |
Creates an instance of the NxAppLayout class |
Properties
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 |
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 |
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!