M-Files API 23.11.13135.0
AddEmptyFile Method
VaultObjectFileOperations Object : AddEmptyFile Method
The object version that identifies the object.
The title of the new file in M-Files.
The extension of the new file in M-Files.
Description
Adds an empty file to an existing object.
Syntax
Visual Basic
Public Function AddEmptyFile( _
   ByVal ObjVer As ObjVer, _
   ByVal Title As String, _
   ByVal Extension As String _
) As FileVer
Parameters
ObjVer
The object version that identifies the object.
Title
The title of the new file in M-Files.
Extension
The extension of the new file in M-Files.
See Also

VaultObjectFileOperations Object  | VaultObjectFileOperations Members