M-Files API 23.11.13135.0
DownloadSharedFileInBlocks_ReadBlock Method
SharedLinkPublicOperations Object : DownloadSharedFileInBlocks_ReadBlock Method
The vault identifier.
Specifies the access key of the shared link.
Download session identifier.
The number of bytes to read.
The offset from the beginning of the file.
Description
Retrieves a specific block of a shared file from the server.
Syntax
Visual Basic
Public Function DownloadSharedFileInBlocks_ReadBlock( _
   ByRef VaultGUID As GUID, _
   ByVal AccessKey As String, _
   ByVal DownloadID As Long, _
   ByVal BlockSize As Long, _
   ByVal Offset As Unknown _
) As Byte()
Parameters
VaultGUID
The vault identifier.
AccessKey
Specifies the access key of the shared link.
DownloadID
Download session identifier.
BlockSize
The number of bytes to read.
Offset
The offset from the beginning of the file.
See Also

SharedLinkPublicOperations Object  | SharedLinkPublicOperations Members