M-Files API 23.11.13135.0
ShowCheckInReminderDialogModal Method
VaultObjectOperations Object : ShowCheckInReminderDialogModal Method
The object identifier for the object to be checked in.
If this parameter is True,  environment conditions are applied regarding the check-in operation, such as pre-configured behavior settings or offline status. Valid for synchronous check in operations only.
Description
Displays a modal checkin reminder dialog for the specified object. Does not perform the actual check in operation. Returns error on cancel.
Syntax
Visual Basic
Public Function ShowCheckInReminderDialogModal( _
   ByVal ParentWindow As Long, _
   ByVal ObjVer As ObjVer, _
   ByVal ApplyEnvironmentConditions As Boolean _
) As Boolean
Parameters
ParentWindow
ObjVer
The object identifier for the object to be checked in.
ApplyEnvironmentConditions
If this parameter is True,  environment conditions are applied regarding the check-in operation, such as pre-configured behavior settings or offline status. Valid for synchronous check in operations only.
Remarks
This method is available only if M-Files API is used in the client interface mode.
See Also

VaultObjectOperations Object  | VaultObjectOperations Members