Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Starts a VCS rename on an AOT item.
Syntax
public boolean commandOnAfterRename(SysVersionControllable oldControllable, SysVersionControllable newControllable)
Run On
Client
Parameters
- oldControllable
Type: SysVersionControllable Interface
The instance of the SysVersionControllable class that refers to the old node.
- newControllable
Type: SysVersionControllable Interface
The instance of the SysVersionControllable class that refers to the new renamed node.
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.