App DoSave 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 void DoSave(
	string fileName = null
)

Parameters

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

Implements

IApp DoSave(String)
See Also