App GetTablesAndKeysAsync Method (Size, Size, Int32, Boolean, Boolean, String)Qlik Sense .NET SDK - API Reference

Returns:

* the list of tables in an app and the fields inside each table

* the list of key fields

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

public Task<GetTablesAndKeysResult> GetTablesAndKeysAsync(
	Size windowSize,
	Size nullSize,
	int cellHeight,
	bool syntheticMode,
	bool includeSysVars,
	string userHandle = null
)

Parameters

windowSize
Type: Qlik.Engine Size
Defines the size of the window that is used to display the results.
nullSize
Type: Qlik.Engine Size
&#160;
cellHeight
Type: OnlineSystem Int32
Height of a cell in a table in pixels.
syntheticMode
Type: OnlineSystem Boolean
One of: true for internal table viewer false for source table viewer This parameter is mandatory.
includeSysVars
Type: OnlineSystem Boolean
If set to true, the system variables are included.
userHandle (Optional)
Type: OnlineSystem String
Handle identifier

Return Value

Type: OnlineTask GetTablesAndKeysResult 

Implements

IApp GetTablesAndKeysAsync(Size, Size, Int32, Boolean, Boolean, String)
See Also