INxAppProperties 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 INxAppProperties : IAbstractStructureProperties
| Name | Description | 
|---|---|
| HasSectionAccess | If true the app has section access configured. JSON property name: qHasSectionAccess | 
| LastReloadTime | Last reload time of the app. JSON property name: qLastReloadTime | 
| MigrationHash | Internal property reserved for app migration. Patch version of the app. Do not update. JSON property name: qMigrationHash | 
| SavedInProductVersion | Internal property reserved for app migration. The app is saved in this version of the product. Do not update. JSON property name: qSavedInProductVersion | 
| Thumbnail | App thumbnail. JSON property name: qThumbnail | 
| Title | App title. JSON property name: qTitle | 
| Usage | Indicates whether the app is used for Analytics or DataPreparation JSON property name: qUsage |