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