Version

GetChildNodes Method

This action will return a string list of the child node under the parent node. If the parent node is Nothing (or null in java) then this method will return the root nodes list. see supported subitem for passing in the parameter
Syntax
'Declaration
 
Public Function GetChildNodes( _
   ByVal parentNode As Rational.Test.Ft.Script.Subitem _
) As Rational.Test.Ft.Sys.HashtableEx
public Rational.Test.Ft.Sys.HashtableEx GetChildNodes( 
   Rational.Test.Ft.Script.Subitem parentNode
)

Parameters

parentNode
The parent node to locate child nodes for or Nothing (null in java) when the user needs to get the root nodes collection
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also