Click or drag to resize

InternalServiceCreateUploadTokenWithChunkSize Method

Namespace:  FileHold.DocumentRepository
Assembly:  FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.0.0.0
Syntax
C#
public Guid CreateUploadTokenWithChunkSize(
	long fileSize,
	out long chunkSize
)

Parameters

fileSize
Type: SystemInt64
chunkSize
Type: SystemInt64

Return Value

Type: Guid
See Also