Share via


SysVersionControlFilebasedBackEnd.fileLock Method [AX 2012]

Locks a file.

Syntax

public boolean fileLock(Filename _filename)

Run On

Client

Parameters

Return Value

Type: boolean
true if the file is locked; otherwise, false.

Remarks

While a file is locked, other users cannot check in changes to the file.

See Also

Reference

SysVersionControlFilebasedBackEnd Interface