Class CSVExportSettings
Encapsulates the settings of the TB export into CSV task.
Inheritance
System.Object
CSVExportSettings
Syntax
public class CSVExportSettings
Fields
Delimiter
Delimiter character for columns. By default: ';'
Declaration
public char Delimiter
Type
System.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