VersionControl.onAfterItemRenamed Method [AX 2012]

Renames an AOT element in the version control system.

Syntax

public boolean onAfterItemRenamed(str oldTreeNodePath, TreeNode newTreeNode)

Run On

Client

Parameters

  • oldTreeNodePath
    Type: str
    The path of the old tree node.

Return Value

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

Remarks

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

See Also

Reference

VersionControl Class