Click or drag to resize

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
Syntax
C#
public 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: Int32
Identifier of the pending document.
See Also