TCVcsCheckInFiles
Return to Introduction  Previous page  Next page
Displays the Checkin dialog box before checking in the specified files.

Delphi (TCIntf.pas)

function TCVcsCheckInFiles( FileList: TStrings; AddNew, NewProject: Boolean ): Integer;  

Parameters

Name
Description
FileList
List of files to check in
AddNew
If True, any files that do not already exist will be added to the repository.
NewProject
If True, and any of the files are new, will prompt for selection of a project


Return Value

Err_OK if successful or an error code indicating the error.

Remarks

After the files are checked in, the Status dialog box will show the success or failure of each action. You then have the ability to retry the failed actions.

Exported

function TCVcsCheckInFiles( FileList: PChar; AddNew, NewProject: Boolean ): Integer; stdcall;  


 


© 1995-2018 MCN Software