RepositoryControllerDownloadFileDataChunk Method |
Return data chunk from specified file
Namespace:
FileHold.DocumentRepository
Assembly:
FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.0.0.0
Syntaxpublic byte[] DownloadFileDataChunk(
Guid token,
long position,
int chunkSize
)
Parameters
- token
- Type: SystemGuid
- position
- Type: SystemInt64
- chunkSize
- Type: SystemInt32
Return Value
Type:
Byte
Remarks
This function is similar to GetFileDataChunk, but faster.
See Also