Click or drag to resize

ScanningManagerGetDocumentDownloadTokenForView Method

Download specific document for view from the repository. This method is obsolete, use GetDocumentForView instead.

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

Parameters

documentVersionId
Type: SystemInt32
fileSize
Type: SystemInt64
fileName
Type: SystemString

Return Value

Type: Guid
See Also