IApp GetFileTablesExAsync T  Method (String, String, FileDataFormat, Func Response, T , 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

Task<T> GetFileTablesExAsync<T>(
	string connectionId,
	string relativePath = null,
	FileDataFormat dataFormat,
	Func<Response, T> onResult,
	string userHandle = null
)
Type Parameters

T

Return Value

Type: OnlineTask T 
See Also