ImportationManagerAddImportationJob Method (ImportationJob) |
Add an importation job.
Namespace:
FileHold.LibraryManager
Assembly:
FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntaxpublic 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:
Int32The identifier of the importation job.
See Also