| AppGetFileTablesExAsync Method (String, String, FileDataFormat, AsyncHandle) | 
Lists the tables and fields of a JSON or XML file for a folder connection.
 
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic Task<IEnumerable<DataTableEx>> GetFileTablesExAsync(
	string connectionId,
	string relativePath = null,
	FileDataFormat dataFormat,
	AsyncHandle asyncHandle = null
)
Public Function GetFileTablesExAsync ( 
	connectionId As String,
	Optional relativePath As String = Nothing,
	dataFormat As FileDataFormat,
	Optional asyncHandle As AsyncHandle = Nothing
) As Task(Of IEnumerable(Of DataTableEx))
Parameters
- connectionId
 - Type: SystemString
Identifier of the connection.
                                        This parameter is mandatory. - relativePath (Optional)
 - Type: SystemString
Path of the connection file
                                        This parameter is optional. - dataFormat
 - Type: Qlik.EngineFileDataFormat
Type of the file. - asyncHandle (Optional)
 - Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request 
Return Value
Type: 
TaskIEnumerableDataTableExImplements
IAppGetFileTablesExAsync(String, String, FileDataFormat, AsyncHandle)
See Also