ScanningManagerGetDocumentDownloadTokenForInsert Method

Downloads specific document in PDF format for insert operation.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Downloads specific document in PDF format for insert operation.")]
public Guid GetDocumentDownloadTokenForInsert(
	int documentVersionId,
	out long fileSize
)

Parameters

documentVersionId  Int32
fileSize  Int64

Return Value

Guid
Download token

See Also