App GetFileTablesAsync Method (String, String, FileDataFormat, String)Qlik Sense .NET SDK - API Reference

Lists the tables for a folder connection.

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

public Task<IEnumerable<DataTable>> GetFileTablesAsync(
	string connectionId,
	string relativePath = null,
	FileDataFormat dataFormat,
	string userHandle = null
)

Parameters

connectionId
Type: OnlineSystem String
Identifier of the connection. This parameter is mandatory.
relativePath (Optional)
Type: OnlineSystem String
Path of the connection file. This parameter is mandatory.
dataFormat
Type: Qlik.Engine FileDataFormat
Type of the file.
userHandle (Optional)
Type: OnlineSystem String
Handle identifier

Return Value

Type: OnlineTask OnlineIEnumerable DataTable  

Implements

IApp GetFileTablesAsync(String, String, FileDataFormat, String)
See Also