ImportationManagerAddImportedDocument(Int32, ImportedDocument) Method
            Add a pending document to an API based import job.
            
Namespace: FileHold.LibraryManagerAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
[WebMethodAttribute(Description = "Add a pending document to an API based import job.")]
public int AddImportedDocument(
	int jobId,
	ImportedDocument document
)
- 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.
 
Int32Identifier of the pending document.