Click or drag to resize
AppGetFileTables Method

Lists the tables for a folder connection.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public IEnumerable<DataTable> GetFileTables(
	string connectionId,
	string relativePath = null,
	FileDataFormat dataFormat
)

Parameters

connectionId
Type: SystemString
Identifier of the connection. This parameter is mandatory.
relativePath (Optional)
Type: SystemString
Path of the connection file. This parameter is mandatory.
dataFormat
Type: Qlik.EngineFileDataFormat
Type of the file.

Return Value

Type: IEnumerableDataTable

Implements

IAppGetFileTables(String, String, FileDataFormat)
See Also