InternalServiceGetDownloadToken Method

Prepare one or more files for downloading

Definition

Namespace: FileHold.DocumentRepository
Assembly: FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Prepare one or more files for downloading")]
public Guid GetDownloadToken(
	SourceFileInfo[] sourceFiles,
	ref long fileSize
)

Parameters

sourceFiles  SourceFileInfo
fileSize  Int64

Return Value

Guid

Remarks

If more than one file is specified, a temporary ZIP file is created for download.

See Also