M-Files API 23.11.13135.0
DownloadSharedFileInBlocks_ReadBlock_32bit Method
SharedLinkPublicOperations Object : DownloadSharedFileInBlocks_ReadBlock_32bit 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 (using 32-bit arguments).
Syntax
Visual Basic
Public Function DownloadSharedFileInBlocks_ReadBlock_32bit( _
   ByRef VaultGUID As GUID, _
   ByVal AccessKey As String, _
   ByVal DownloadID As Long, _
   ByVal BlockSize As Long, _
   ByVal Offset As Long _
) 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