SetViewDlgSaveInfoAsync Method
Overloads
| SetViewDlgSaveInfoAsync(TableViewDlgSaveInfo) | Sets the positions of the tables in the data model viewer. | |
| SetViewDlgSaveInfoAsync(AsyncHandle, TableViewDlgSaveInfo) | Sets the positions of the tables in the data model viewer. | 
SetViewDlgSaveInfoAsync(TableViewDlgSaveInfo)
Sets the positions of the tables in the data model viewer.
Declaration
      public Task SetViewDlgSaveInfoAsync([QixName("qInfo")] TableViewDlgSaveInfo info)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| TableViewDlgSaveInfo | info | Information about the table. | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task | 
Implements
Remarks
The position of the broom points and the position of the connection points cannot be set in Qlik Sense.
SetViewDlgSaveInfoAsync(AsyncHandle, TableViewDlgSaveInfo)
Sets the positions of the tables in the data model viewer.
Declaration
      public Task SetViewDlgSaveInfoAsync(AsyncHandle asyncHandle, [QixName("qInfo")] TableViewDlgSaveInfo info)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | Handle to asynchronous method request | 
| TableViewDlgSaveInfo | info | Information about the table. | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task | 
Implements
Remarks
The position of the broom points and the position of the connection points cannot be set in Qlik Sense.