ESRI.ArcGIS.ADF
GetRecursiveChildNodesFromParent Method
See Also  Send comments on this topic.
ESRI.ArcGIS.ADF Namespace > XmlHelper Class : GetRecursiveChildNodesFromParent Method




parentNode
sElementName
Returns an ArrayList (boxed XmlNode objects) of child nodes matching this element name This function is recursive in that it will find ALL the children, even if their in sub folders (sub child nodes)

Syntax

Visual Basic (Declaration) 
Public Function GetRecursiveChildNodesFromParent( _
   ByVal parentNode As XmlNode, _
   ByVal sElementName As String _
) As ArrayList
Visual Basic (Usage)Copy Code
Dim instance As XmlHelper
Dim parentNode As XmlNode
Dim sElementName As String
Dim value As ArrayList
 
value = instance.GetRecursiveChildNodesFromParent(parentNode, sElementName)
C# 
public ArrayList GetRecursiveChildNodesFromParent( 
   XmlNode parentNode,
   string sElementName
)

Parameters

parentNode
sElementName

See Also

© 2010 All Rights Reserved.