VersionControl.queryRename Method [AX 2012]

Indicates whether the tree node can be renamed.

public boolean queryRename(TreeNode _node, str _newname)

Run On

Client

Parameters

_node
Type: TreeNode Class
The tree node to rename.
_newname
Type: str
The new name of the tree node.

Return Value

Type: boolean
true if the node can be renamed; otherwise, false.

This method is called by the Microsoft Dynamics AX source control plug-in in Microsoft Visual Studio.

Community Additions

ADD
Show: