RepositoryControllerDownloadFileDataChunk Method

Return data chunk from specified file

Definition

Namespace: FileHold.DocumentRepository
Assembly: FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return data chunk from specified file")]
public byte[] DownloadFileDataChunk(
	Guid token,
	long position,
	int chunkSize
)

Parameters

token  Guid
position  Int64
chunkSize  Int32

Return Value

Byte

Remarks

This function is similar to GetFileDataChunk, but faster.

See Also