Share via


SysVersionControlFilebasedBackEnd.fileSetCheckin Method [AX 2012]

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.

Return Value

Type: boolean
true if the check-in is successful; otherwise, false.

Remarks

Any file that is successfully checked in is also unlocked.

See Also

Reference

SysVersionControlFilebasedBackEnd Interface