VSItemNode.notifyFileDeleted(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 deleted.
public:
static void notifyFileDeleted(Dynamics::AX::Application::TreeNode ^ _node, System::String ^ _aotPath);
public static void notifyFileDeleted (Dynamics.AX.Application.TreeNode _node, string _aotPath);
static member notifyFileDeleted : Dynamics.AX.Application.TreeNode * string -> unit
Public Shared Sub notifyFileDeleted (_node As TreeNode, _aotPath As String)
Parameters
- _node
- TreeNode
The AOT path of the file.
- _aotPath
- String
The AOT path of the file.