Share via


SysVersionControlFilebasedBackEnd.supportPendingChangeLists Method [AX 2012]

Implements change list functionality.

Syntax

public boolean supportPendingChangeLists()

Run On

Client

Return Value

Type: boolean
true if the back end supports pending change lists; otherwise, false.

Remarks

If the version control back end supports change lists, it supports atomic operations on one or more files.

When supported, change list operations in MorphX will be available, and the change list methods on this interface will be invoked.

See Also

Reference

SysVersionControlFilebasedBackEnd Interface