ALM Open Test Architecture API Type Library Version 12.55
AddChild Method
Either the node name of the child or a CustomListNode object.
Description
Adds a new sub-node to the current node.
Syntax
Visual Basic
Public Function AddChild( _
   ByVal Node As Variant _
) As Object
Parameters
Node
Either the node name of the child or a CustomListNode object.
Return Type
The CustomListNode object representing the new child.
See Also

CustomizationListNode Object  | CustomizationListNode Members