Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Checks in a set of files.
Syntax
public boolean fileSetCheckin(
Map _setOfFiles,
SysVersionControlItemComment _comment,
[SysVersionControlChangeListId _changeList,
SysVersionControlTmpWorkItems _workItems])
Run On
Client
Parameters
- _setOfFiles
Type: Map Class
The set of files to check-in.
- _comment
Type: SysVersionControlItemComment Extended Data Type
The comment to use for the check-in.
- _changeList
Type: SysVersionControlChangeListId Extended Data Type
- _workItems
Type: SysVersionControlTmpWorkItems Table
Return Value
Type: boolean
true if the check-in is successful; otherwise, false.
Remarks
Any file that is successfully checked in is also unlocked.