Share via


SysVersionControlSystem.commandOnAfterRename Method [AX 2012]

Invokes VCS rename on an AOT item.

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

Syntax

public boolean commandOnAfterRename(SysVersionControllable oldControllable, SysVersionControllable newControllable)

Run On

Client

Parameters

Return Value

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

See Also

Reference

SysVersionControlSystem Class