Share via


SysVersionControlFilebasedBackEnd.reviewFileSet Method [AX 2012]

Creates a review file from a set of files in the back end version control system.

Syntax

public void reviewFileSet(
    Set _setOfFiles, 
    SysVersionControlItemComment _comment, 
    FilenameSave _fileNameOfReviewPackage, 
    SysVersionControlRepositoryFolder _folder)

Run On

Client

Parameters

  • _setOfFiles
    Type: Set Class
    The set of files to review.

See Also

Reference

SysVersionControlFilebasedBackEnd Interface