Click or drag to resize

ImportationManagerAddImportationJob Method (ImportationJob)

Add an importation job.

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

Parameters

job
Type: FileHold.LibraryManagerImportationJob
The details of the job. The job name, type, user context, and watched folder details (in case of a watched folder job) are required.

Return Value

Type: Int32
The identifier of the importation job.
See Also