Click or drag to resize

InternalServiceGetDownloadToken Method

Prepare one or more files for downloading

Namespace:  FileHold.DocumentRepository
Assembly:  FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.0.0.0
Syntax
C#
public Guid GetDownloadToken(
	SourceFileInfo[] sourceFiles,
	ref long fileSize
)

Parameters

sourceFiles
Type: FileHold.DocumentRepositorySourceFileInfo
fileSize
Type: SystemInt64

Return Value

Type: Guid
Remarks
If more than one file is specified, a temporary ZIP file is created for download.
See Also