| IAppGetFileTablesAsync Method (String, String, FileDataFormat, AsyncHandle) | 
Lists the tables for a folder connection.
 
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
SyntaxTask<IEnumerable<DataTable>> GetFileTablesAsync(
	string connectionId,
	string relativePath = null,
	FileDataFormat dataFormat,
	AsyncHandle asyncHandle = null
)
Function GetFileTablesAsync ( 
	connectionId As String,
	Optional relativePath As String = Nothing,
	dataFormat As FileDataFormat,
	Optional asyncHandle As AsyncHandle = Nothing
) As Task(Of IEnumerable(Of DataTable))
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. - asyncHandle (Optional)
 - Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request 
Return Value
Type: 
TaskIEnumerableDataTable
See Also