ImportationManagerGetImportedDocumentDetails(Int32) Method

Return the details of a pending or imported document.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return the details of a pending or imported document.")]
public ImportedDocument GetImportedDocumentDetails(
	int importedDocumentId
)

Parameters

importedDocumentId  Int32

Return Value

ImportedDocument

See Also