Share via


SysVersionControlSystemMorphX.commandOnAfterRename Method [AX 2012]

Starts a VCS rename on an AOT item.

Syntax

public boolean commandOnAfterRename(SysVersionControllable oldControllable, SysVersionControllable newControllable)

Run On

Client

Parameters

Return Value

Type: boolean
true if the rename is successful; otherwise, false.

Remarks

This method is called when the tree node and the corresponding file have been already renamed.

See Also

Reference

SysVersionControlSystemMorphX Class