ImportationManagerGetImportedDocuments(Int32, Int32, Boolean, Int32, Int32) Method
            Return the list of pending and imported documents associated with given job.
            
Namespace: FileHold.LibraryManagerAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
[WebMethodAttribute(Description = "Return the list of pending and imported documents associated with given job.")]
public List<ImportedDocument> GetImportedDocuments(
	int jobId,
	int sortBy,
	bool isAsc,
	int firstRow,
	int pageSize
)
- jobId  Int32
 - sortBy  Int32
 - isAsc  Boolean
 - firstRow  Int32
 - pageSize  Int32
 
ListImportedDocument