ImportationManagerGetImportationJobDetails(Int32) Method

Return the details of specified importation job.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return the details of specified importation job.")]
public ImportationJob GetImportationJobDetails(
	int jobId
)

Parameters

jobId  Int32

Return Value

ImportationJob

See Also