M-Files API 23.11.13135.0
DownloadSharedFileInBlocks_Begin Method
SharedLinkPublicOperations Object : DownloadSharedFileInBlocks_Begin Method
The vault identifier.
Specifies the access key of the shared link.
Optional additional data from the caller. Can be NULL.
Description
Begins the block-by-block download of a shared file.
Syntax
Visual Basic
Public Function DownloadSharedFileInBlocks_Begin( _
   ByRef VaultGUID As GUID, _
   ByVal AccessKey As String, _
   Optional ByVal AdditionalData As NamedValues = 0 _
) As FileDownloadSession
Parameters
VaultGUID
The vault identifier.
AccessKey
Specifies the access key of the shared link.
AdditionalData
Optional additional data from the caller. Can be NULL.
Remarks
If called for a visitor link, the additional data must contain the following JSON-keys with the correct values: "RECIPIENT_EMAIL", "RECIPIENT_ACCESSCODE" and "ACCESS_SESSION".
See Also

SharedLinkPublicOperations Object  | SharedLinkPublicOperations Members