Click or drag to resize

ImportationManagerGetImportedDocumentDetails Method (Int32)

Return the details of a pending or imported document.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public ImportedDocument GetImportedDocumentDetails(
	int importedDocumentId
)

Parameters

importedDocumentId
Type: SystemInt32

Return Value

Type: ImportedDocument
See Also