RepositoryController.CreateUploadTokenWithChunkSizeForPreferredGroup Method
Click or drag to resize

RepositoryControllerCreateUploadTokenWithChunkSizeForPreferredGroup Method

Namespace:  FileHold.DocumentRepository
Assembly:  FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.0.0.0
Syntax
C#
public Guid CreateUploadTokenWithChunkSizeForPreferredGroup(
	long fileSize,
	int? cabinetId,
	bool isArchive,
	out long chunkSize
)

Parameters

fileSize
Type: SystemInt64
cabinetId
Type: SystemNullableInt32
isArchive
Type: Boolean
chunkSize
Type: SystemInt64

Return Value

Type: Guid
See Also