Class CSVExportSettings
Encapsulates the settings of the TB export into CSV task.
Syntax
public class CSVExportSettings
Fields
Delimiter
Delimiter character for columns. By default: ';'
Declaration
public char Delimiter
Type
CharIncludeImages
If this option is enabled, ZIP file is created with the CSV file and with the attached images in it , if not, export to CSV
Declaration
public bool IncludeImages