App GetFileTables Method 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 IEnumerable<DataTable> GetFileTables(
	string connectionId,
	string relativePath = null,
	FileDataFormat dataFormat
)

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.

Return Value

Type: OnlineIEnumerable DataTable 

Implements

IApp GetFileTables(String, String, FileDataFormat)
See Also