Click or drag to resize

ExportJobAppendExport Property

If true, exported data is appended to existing file instead of clearing the export file content for each export. Only supported for CSV and Pipe delimited files.

Namespace:  Opait.ReportMiner.Api
Assembly:  Opait.ReportMiner (in Opait.ReportMiner.dll) Version: 1.9.4.12917
Syntax
C#
public bool AppendExport { get; set; }

Property Value

Type: Boolean
See Also