ControlNode.newmethod 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.
Overloads
| newmethod(String) | Initializes a new instance of the TreeNode class. | 
| newmethod(String, TreeNode) | 
newmethod(String)
Initializes a new instance of the TreeNode class.
public:
 void newmethod(System::String ^ text1);public void newmethod(string text1);override this.newmethod : string -> unitPublic Sub newmethod (text1 As String)Parameters
- text1
- String
Applies to
newmethod(String, TreeNode)
public:
 void newmethod(System::String ^ _name, Dynamics::AX::Application::TreeNode ^ _parent);public void newmethod(string _name, Dynamics.AX.Application.TreeNode _parent);override this.newmethod : string * Dynamics.AX.Application.TreeNode -> unitPublic Sub newmethod (_name As String, _parent As TreeNode)Parameters
- _name
- String
- _parent
- TreeNode