M-Files API 23.11.13135.0
UploadSharedFileBlock Method
SharedLinkPublicOperations Object : UploadSharedFileBlock Method
The vault identifier.
Specifies the access key of the shared link.
The upload session ID.
Total size in bytes.
Offset from the beginning of the file.
The block to upload.
Description
Uploads a block of the file being co-authored to the server.
Syntax
Visual Basic
Public Function UploadSharedFileBlock( _
   ByRef VaultGUID As GUID, _
   ByVal AccessKey As String, _
   ByVal UploadID As Long, _
   ByVal TotalSizeInBytes As Unknown, _
   ByVal Offset As Unknown, _
   ByVal Block() As Byte _
) As Long
Parameters
VaultGUID
The vault identifier.
AccessKey
Specifies the access key of the shared link.
UploadID
The upload session ID.
TotalSizeInBytes
Total size in bytes.
Offset
Offset from the beginning of the file.
Block
The block to upload.
Remarks
Requires M-Files 18.10.6895.1 or later.
See Also

SharedLinkPublicOperations Object  | SharedLinkPublicOperations Members