ImportationManagerAddImportationJob(ImportationJob) Method
Add an importation job.
Namespace: FileHold.LibraryManagerAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
[WebMethodAttribute(Description = "Add an importation job.")]
[XmlIncludeAttribute(typeof(int[]))]
public int AddImportationJob(
ImportationJob job
)
- 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.
Int32The identifier of the importation job.