M-Files API 23.11.13135.0
ResolveConflict Method
VaultObjectOperations Object : ResolveConflict Method
The ID of the participant object.
If this is set to true, the changes of the participant object are kept.
Description
Resolves a conflict that involves the specified participant object. Returns the affected objects. Do not use this method if the vault uses automatic conflict resolution.
Syntax
Visual Basic
Public Function ResolveConflict( _
   ByVal ParticipantObjID As ObjID, _
   ByVal KeepThis As Boolean _
) As ObjectVersions
Parameters
ParticipantObjID
The ID of the participant object.
KeepThis
If this is set to true, the changes of the participant object are kept.
See Also

VaultObjectOperations Object  | VaultObjectOperations Members