Share via


SysVersionControlFilebasedBackEnd.fileCheckout Method [AX 2012]

Checks out a file to modify.

Syntax

public boolean fileCheckout(Filename _filename)

Run On

Client

Parameters

Return Value

Type: boolean
true if the revision being checked out is the latest revision; otherwise false.

Remarks

If the revision being checked out is not the latest, typically because the file has been updated remotely recently, MorphX will try a merge operation for certain file types, such as the label file.

See Also

Reference

SysVersionControlFilebasedBackEnd Interface