Qlik Sense 2.1
New methods
App class
- GetLibraryContent method
- GetContentLibraries method
- CreateSessionVariable method
- CreateVariableEx method
- DestroySessionVariable method
- DestroyVariableById method
- DestroyVariableByName method
- GetVariableById method
- GetVariableByName method
GenericVariable class
- ApplyPatches method
- GetInfo method
- GetLayout method
- GetProperties method
- Publish method
- SetDualValue method
- SetNumValue method
- SetProperties method
- SetStringValue method
- UnPublish method
Deprecated methods
- GetMediaList method (App class). Replaced with GetLibraryContent method (Global class).
- CreateVariable method (App class). Replaced with CreateVariableEx method and CreateSessionVariable method (Appclass).
- GetVariable method (App class). Replaced with GetVariableById method and GetVariableByName method (Appclass).
- RemoveVariable method (App class). Replaced with DestroyVariableById method, DestroyVariableByName method and DestroySessionVariable method (Appclass).
- ForceContent method (Variable class). Replaced with SetProperties method (GenericVariableclass).
- GetContent method(Variable class). Replaced with GetProperties method (GenericVariableclass).
- GetNxProperties method(Variable class). Replaced with GetProperties method (GenericVariableclass).
- GetRawContent method(Variable class). Replaced with GetProperties method (GenericVariableclass).
- SetContent method(Variable class). Replaced with SetProperties method (GenericVariableclass).
- SetNxProperties method(Variable class). Replaced with SetProperties method (GenericVariableclass).
Removed methods
- ReplaceAppFromPath (Global class). Use ReplaceAppFromID method instead.
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!