Share via


SysVersionControlFilebasedBackEnd.supportMultipleCheckout Method [AX 2012]

Supports a check out of the same file by several users at the same time.

Syntax

public boolean supportMultipleCheckout()

Run On

Client

Return Value

Type: boolean
true if the back end supports multiple check outs of a file at the same time; otherwise, false.

Remarks

If the version control back end does not support multiple check out of a file at the same time, this method verifies that the file has not been checked out remotely before it tries a check out.

See Also

Reference

SysVersionControlFilebasedBackEnd Interface