M-Files API 23.11.13135.0
RemoveFile Method
VaultObjectFileOperations Object : RemoveFile Method
The object version that identifies the object.
The file version that identifies the file of the object.
Description
Deletes the specified file from the specified object.
Syntax
Visual Basic
Public Function RemoveFile( _
   ByVal ObjVer As ObjVer, _
   ByVal FileVer As FileVer _
) As ObjectVersion
Parameters
ObjVer
The object version that identifies the object.
FileVer
The file version that identifies the file of the object.
Return Type
The ObjectVersion object that contains information on the object after the removal of the file.
See Also

VaultObjectFileOperations Object  | VaultObjectFileOperations Members