App GetFileTablePreviewAsync T  Method (String, String, FileDataFormat, String, Func Response, T , String)Qlik Sense .NET SDK - API Reference

Lists the values in a table for a folder connection.

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

public Task<T> GetFileTablePreviewAsync<T>(
	string connectionId,
	string relativePath = null,
	FileDataFormat dataFormat,
	string table,
	Func<Response, T> onResult,
	string userHandle = null
)

Parameters

connectionId
Type: OnlineSystem String
Identifier of the connection. This parameter is mandatory.
relativePath (Optional)
Type: OnlineSystem String
Path of the connection file This parameter is optional.
dataFormat
Type: Qlik.Engine FileDataFormat
Type of the file.
table
Type: OnlineSystem String
Name of the table This parameter must be set for XLS, XLSX, HTML&#160;and XML files.
onResult
Type: OnlineSystem Func Response, T 
Continuation function
userHandle (Optional)
Type: OnlineSystem String
Handle identifier
Type Parameters

T

Return Value

Type: OnlineTask T 

Implements

IApp GetFileTablePreviewAsync T (String, String, FileDataFormat, String, Func Response, T , String)
See Also