Click or drag to resize

ScanningManagerGetDocumentDownloadTokenForInsert Method

Downloads specific document in PDF format for insert operation.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public Guid GetDocumentDownloadTokenForInsert(
	int documentVersionId,
	out long fileSize
)

Parameters

documentVersionId
Type: SystemInt32
fileSize
Type: SystemInt64

Return Value

Type: Guid
Download token
See Also