Click or drag to resize
IAppGetViewDlgSaveInfoAsync Method (AsyncHandle)

Retrieves information about the position of the tables in the data model viewer.

The position of the broom points and the position of the connection points can not be retrieved in Qlik Sense.

** Representation of tables, broom points and connection points **

The green circles represent the broom points.

The red circle represent a connection point.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
Task<TableViewDlgSaveInfo> GetViewDlgSaveInfoAsync(
	AsyncHandle asyncHandle = null
)

Parameters

asyncHandle (Optional)
Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request

Return Value

Type: TaskTableViewDlgSaveInfo
See Also