VSItemNode.notifyFileRenamed(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.
Notifies listeners that a file has been renamed.
public:
static void notifyFileRenamed(Dynamics::AX::Application::TreeNode ^ _node, System::String ^ _oldName);
public static void notifyFileRenamed (Dynamics.AX.Application.TreeNode _node, string _oldName);
static member notifyFileRenamed : Dynamics.AX.Application.TreeNode * string -> unit
Public Shared Sub notifyFileRenamed (_node As TreeNode, _oldName As String)
Parameters
- _node
- TreeNode
The old name of the file.
- _oldName
- String
The old name of the file.