Displays the checkin reminder for the specified object. Can fail if the object is open in another program.
Visual Basic |
---|
Public Function ShowCheckInReminder( _ ByVal ParentWindow As Long, _ ByVal ObjVer As ObjVer, _ ByVal Asynchronous As Boolean _ ) As ObjectVersion |
Prompts the user to check in the document. If the user accepts the check in reminder, the object will be checked in.
This method is available only if M-Files API is used in the client interface mode.