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.JobAssembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
SyntaxLoadJobDefinitionResult 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
LoadJobDefinitionResultThe result of the loading containing the job, missing job elements, and missing bitmaps.
ExceptionsException | Condition |
---|
ApplicationException | The job file cannot be processed. |
See Also