Click or drag to resize

ImportationManagerGetImportationJobDetails Method (Int32)

Return the details of specified importation job.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public ImportationJob GetImportationJobDetails(
	int jobId
)

Parameters

jobId
Type: SystemInt32

Return Value

Type: ImportationJob
See Also