GetViewDlgSaveInfoAsync Method
Overloads
| GetViewDlgSaveInfoAsync() |
Returns information about the position of the tables in the data model viewer. Representation of tables, broom points and connection pointsPlease refer to Engine API reference for illustrations. The green circles represent the broom points. The red circle represents a connection point. |
|
| GetViewDlgSaveInfoAsync(AsyncHandle) |
Returns information about the position of the tables in the data model viewer. Representation of tables, broom points and connection pointsPlease refer to Engine API reference for illustrations. The green circles represent the broom points. The red circle represents a connection point. |
|
| GetViewDlgSaveInfoAsync<T>(AsyncHandle, Func<Response, T>) |
Returns information about the position of the tables in the data model viewer. Representation of tables, broom points and connection pointsPlease refer to Engine API reference for illustrations. The green circles represent the broom points. The red circle represents a connection point. |
GetViewDlgSaveInfoAsync()
Returns information about the position of the tables in the data model viewer.
Representation of tables, broom points and connection points
Please refer to Engine API reference for illustrations.
The green circles represent the broom points.
The red circle represents a connection point.
Declaration
public Task<TableViewDlgSaveInfo> GetViewDlgSaveInfoAsync()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<TableViewDlgSaveInfo> |
Implements
Remarks
The position of the broom points and the position of the connection points cannot be retrieved in Qlik Sense.
GetViewDlgSaveInfoAsync(AsyncHandle)
Returns information about the position of the tables in the data model viewer.
Representation of tables, broom points and connection points
Please refer to Engine API reference for illustrations.
The green circles represent the broom points.
The red circle represents a connection point.
Declaration
public Task<TableViewDlgSaveInfo> GetViewDlgSaveInfoAsync(AsyncHandle asyncHandle)
Parameters
| Type | Name | Description |
|---|---|---|
| AsyncHandle | asyncHandle |
Handle to asynchronous method request |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<TableViewDlgSaveInfo> |
Implements
Remarks
The position of the broom points and the position of the connection points cannot be retrieved in Qlik Sense.
GetViewDlgSaveInfoAsync<T>(AsyncHandle, Func<Response, T>)
Returns information about the position of the tables in the data model viewer.
Representation of tables, broom points and connection points
Please refer to Engine API reference for illustrations.
The green circles represent the broom points.
The red circle represents a connection point.
Declaration
public Task<T> GetViewDlgSaveInfoAsync<T>(AsyncHandle asyncHandle, Func<Response, T> onResult)
Parameters
| Type | Name | Description |
|---|---|---|
| AsyncHandle | asyncHandle |
Handle to asynchronous method request |
| System.Func<Response, T> | onResult |
Continuation function |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<T> |
Type Parameters
| Name | Description |
|---|---|
| T |
Implements
Remarks
The position of the broom points and the position of the connection points cannot be retrieved in Qlik Sense.