UndoCheckOut Method
Discards any changes made to a file and checks the file back into source code control.
Object.UndoCheckOut( )
Remarks
True (.T.) is returned if the changes to the file are successfully discarded and the file is checked back into source code control; otherwise a false (.F.) is returned.
See Also
AddToSCC Method | CheckIn Method | CheckOut Method | GetLatestVersion Method | RemoveFromSCC Method
Applies To: File Object