ImportationManager.AddImportedDocument(Int32, ImportedDocument) Method

Add a pending document to an API based import job.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Add a pending document to an API based import job.")]
public int AddImportedDocument(
	int jobId,
	ImportedDocument document
)

Parameters

jobId  Int32
The identifier of the job (it must be an API job).
document  ImportedDocument
The data of the document. The document name, source path, target folder ID, document schema ID and metadata values are required.

Return Value

Int32
Identifier of the pending document.

See Also