Click or drag to resize

IJobManagerImportJob(String, String) Method

Imports from a given saved file of a specific format and creates the corresponding job. Missing items will be reported back in the return value.

Namespace: RAYLASE.Marker.Job
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntax
C#
LoadJobDefinitionResult ImportJob(
	string filePath,
	string fileType
)

Parameters

filePath  String
The path of the job file.
fileType  String
The type of the job file format.

Return Value

LoadJobDefinitionResult
The result of the loading containing the job, missing job elements, and missing bitmaps.
Exceptions
ExceptionCondition
ApplicationExceptionThe job file cannot be processed.
See Also