App DoSaveAsync Method Qlik Sense .NET SDK - API Reference

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.0.1.0 (1.0.1.0)
Syntax

public Task DoSaveAsync(
	string fileName = null,
	string userHandle = null
)

Parameters

fileName (Optional)
Type: OnlineSystem String
Name of the file to save This parameter is optional.
userHandle (Optional)
Type: OnlineSystem String
Handle identifier

Return Value

Type: OnlineTask

Implements

IApp DoSaveAsync(String, String)
See Also