InternalServiceDownloadChunk Method

Definition

Namespace: FileHold.DocumentRepository
Assembly: FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.1.0.0
C#
[WebMethodAttribute]
public byte[] DownloadChunk(
	Guid token,
	long position,
	int chunkSize
)

Parameters

token  Guid
 
position  Int64
 
chunkSize  Int32
 

Return Value

Byte

See Also