CheckIn Method

Checks in changes made to a file in a project under source code control.

Object.CheckIn( )

Remarks

True (.T.) is returned if the file is successfully checked in. False (.F.) is returned if the file could not be checked into source code control or the project is not under source code control.

See Also

AddToSCC Method | CheckOut Method | GetLatestVersion Method | RemoveFromSCC Method | UndoCheckOut Method

Applies To: File Object