Click or drag to resize
IAppDoSaveAsync Method

Saves an app. All objects and data in the data model are saved.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
Task DoSaveAsync(
	string fileName = null,
	AsyncHandle asyncHandle = null
)

Parameters

fileName (Optional)
Type: SystemString
Name of the file to save This parameter is optional.
asyncHandle (Optional)
Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request

Return Value

Type: Task
See Also