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

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

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

Return Value

Type: OnlineTask OnlineIEnumerable DataTableEx  

Implements

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