RemoveSubjectNode Method
Description
Removes the specified node from the subject tree.
Syntax
Visual Basic
Public Sub RemoveSubjectNode( _
   ByVal Node As Variant, _
   Optional ByVal DeleteTests As Boolean = False _
) 
Parameters
Node
Either the SubjectNode Object, the node index in the child list returned by FindChildren, or the node name. The node name search is not recursive.
DeleteTests
If True, delete the tests under the node.
See Also