Proposes checkout operation for the object file. System may prompt for checkout. Returns error on cancel.
Visual Basic |
---|
Public Function ProposeCheckOutForFile( _ ByVal ParentWindow As Long, _ ByVal ObjVersionFile As ObjectVersionFile, _ ByVal CanCancel As Boolean _ ) As Boolean |
This method does not actually check out the file but simply shows the UI dialog asking the user. The API caller can then check the return value and continue with appropriate actions.
This method is available only if M-Files API is used in the client interface mode.