Share via


SysVersionControlFilebasedBackEnd.fileAddToVersionControl Method [AX 2012]

Adds a file to the version control system.

Syntax

public boolean fileAddToVersionControl(Filename _filename, [SysVersionControlItemComment _comment])

Run On

Client

Parameters

Return Value

Type: boolean
true if the file was added successful; otherwise, false.

Remarks

The file will be available to other users after a subsequent check-in operation.

See Also

Reference

SysVersionControlFilebasedBackEnd Interface