Displays the object checkout prompt for the user.
Visual Basic |
---|
Public Function ShowCheckoutPrompt( _ ByVal ParentWindow As Long, _ ByVal Message As String, _ ByVal ObjID As ObjID, _ ByVal ShowCancel As Boolean, _ Optional ByVal AutoRejectConsequentPrompts As Boolean = False _ ) As ObjectVersion |
This method displays a checkout prompt for the user. If the user accepts the check out, the object will be checked out. Use the returned object version data to resolve whether the object was checked out.
This method is available only if M-Files API is used in the client interface mode.