RepositoryControllerCreateUploadTokenWithChunkSize Method

Generate new upload token and return chunk size for upload.

Definition

Namespace: FileHold.DocumentRepository
Assembly: FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Generate new upload token and return chunk size for upload")]
public Guid CreateUploadTokenWithChunkSize(
	long fileSize,
	out long chunkSize
)

Parameters

fileSize  Int64
file size
chunkSize  Int64
chunk size

Return Value

Guid
new id of created file

See Also