Share via


SysVersionControlFilebasedBackEnd.fileUnlock Method [AX 2012]

Unlocks a file.

Syntax

public boolean fileUnlock(Filename _filename)

Run On

Client

Parameters

Return Value

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

Remarks

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

See Also

Reference

SysVersionControlFilebasedBackEnd Interface