App GetFileTablePreviewAsync Method (String, String, FileDataFormat, String, 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<GetFileTablePreviewResult> GetFileTablePreviewAsync(
	string connectionId,
	string relativePath = null,
	FileDataFormat dataFormat,
	string table,
	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.
userHandle (Optional)
Type: OnlineSystem String
Handle identifier

Return Value

Type: OnlineTask GetFileTablePreviewResult 

Implements

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