RepositoryController.UploadFileDataChunk Method
Click or drag to resize

RepositoryControllerUploadFileDataChunk Method

Append data from chunk to file.

Namespace:  FileHold.DocumentRepository
Assembly:  FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.0.0.0
Syntax
C#
public void UploadFileDataChunk(
	Guid token,
	byte[] chunk
)

Parameters

token
Type: SystemGuid
chunk
Type: SystemByte
chunk with data to add to file
Remarks
1. input – id of the file to upload, chunk to add to file 2. append data to file specified by id
See Also