Click or drag to resize

ExportJobDoneFolder Property

Gets or sets the name of the folder for successfully processed reports.

The folder name can be either a full path or relative to the location of the report file. The report will be moved to this folder if either successfully processed in ExportManager or a plugin returns 'ActionCode.Done' from a call. Files moved to this folder will be automatically renamed to avoid overwriting of existing files. The folder will be automatically created at runtime if it doesn't exist. The default is a relative folder named "Done".

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

Property Value

Type: String
See Also