Click or drag to resize
AppDoSave 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
public void DoSave(
	string fileName = null
)

Parameters

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

Implements

IAppDoSave(String)
See Also