Click or drag to resize

ExportProject Constructor (ListExportJob)

Construct a project from a list of export jobs.

Namespace:  Opait.ReportMiner.Api
Assembly:  Opait.ReportMiner (in Opait.ReportMiner.dll) Version: 1.9.4.12917
Syntax
C#
public ExportProject(
	List<ExportJob> jobs
)

Parameters

jobs
Type: System.Collections.GenericListExportJob
The list of export jobs in the project.
See Also