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.
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
- 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 renaming is successful; otherwise, false.