Lists the fields of a table for a folder connection.
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
Parameters
- connectionId
- Type:
System String
Identifier of the connection. This parameter is mandatory.
- relativePath (Optional)
- Type:
System String
Path of the connection file This parameter is optional.
- dataFormat
- Type: Qlik.Engine FileDataFormat
Type of the file.
- table
- Type:
System String
Name of the table This parameter must be set for XLS, XLSX, HTML and XML files.
Return Value
Type: GetFileTableFieldsResultImplements
IApp GetFileTableFields(String, String, FileDataFormat, String)See Also