ImportationManagerAddImportedDocument Method (Int32, ImportedDocument) |
Add a pending document to an API based import job.
Namespace:
FileHold.LibraryManager
Assembly:
FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntaxpublic int AddImportedDocument(
int jobId,
ImportedDocument document
)
Parameters
- jobId
- Type: SystemInt32
The identifier of the job (it must be an API job). - document
- Type: FileHold.LibraryManager.ModelsImportedDocument
The data of the document. The document name, source path, target folder ID,
document schema ID and metadata values are required.
Return Value
Type:
Int32Identifier of the pending document.
See Also