RemoveNodeEx Method
Description
Deletes a test set folder node.
Syntax
Visual Basic
Public Sub RemoveNodeEx( _
   ByVal Node As Variant, _
   Optional ByVal DeleteTestSets As Boolean = False _
) 
Parameters
Node
The folder to delete. One of: a TestSetFolder object; the name of TestSetFolder as returned by the Name property; or the index of the TestSetFolder in its parent's children list.
DeleteTestSets
If TRUE, delete the test sets with the folder.
See Also