xVersionControl.rename(TreeNode, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual bool rename(Dynamics::AX::Application::TreeNode ^ _node, System::String ^ _newname);
public virtual bool rename (Dynamics.AX.Application.TreeNode _node, string _newname);
abstract member rename : Dynamics.AX.Application.TreeNode * string -> bool
override this.rename : Dynamics.AX.Application.TreeNode * string -> bool
Public Overridable Function rename (_node As TreeNode, _newname As String) As Boolean
Parameters
- _node
- TreeNode
- _newname
- String