ImportationManagerAddImportationJob(ImportationJob) Method

Add an importation job.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Add an importation job.")]
[XmlIncludeAttribute(typeof(int[]))]
public int AddImportationJob(
	ImportationJob job
)

Parameters

job  ImportationJob
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

Int32
The identifier of the importation job.

See Also