M-Files API 23.11.13135.0
UploadTemporaryFileBlock_32bit Method
VaultObjectFileOperations Object : UploadTemporaryFileBlock_32bit Method
The upload ID of the temporary file.
The total size in bytes.
Offset from the beginning of the file.
The block to be uploaded.
Description
Uploads a block of the specified temporary file (using 32-bit arguments).
Syntax
Visual Basic
Public Sub UploadTemporaryFileBlock_32bit( _
   ByVal UploadID As Long, _
   ByVal TotalSizeInBytes As Long, _
   ByVal Offset As Long, _
   ByVal Block() As Byte _
) 
Parameters
UploadID
The upload ID of the temporary file.
TotalSizeInBytes
The total size in bytes.
Offset
Offset from the beginning of the file.
Block
The block to be uploaded.
Remarks
This method is available only if M-Files API is used in the server interface mode.
See Also

VaultObjectFileOperations Object  | VaultObjectFileOperations Members