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: 2.1.0.0+Build:7.origin/release/ms13
Syntax
Task<TableViewDlgSaveInfo> GetViewDlgSaveInfoAsync(
	AsyncHandle asyncHandle
)

Parameters

asyncHandle
Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request

Return Value

Type: TaskTableViewDlgSaveInfo
See Also