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




sElementName
Returns an XmlNodeList of child nodes matching this element name

Syntax

Visual Basic (Declaration) 
Public Function GetChildNodesFromRoot( _
   ByVal sElementName As String _
) As XmlNodeList
Visual Basic (Usage)Copy Code
Dim instance As XmlHelper
Dim sElementName As String
Dim value As XmlNodeList
 
value = instance.GetChildNodesFromRoot(sElementName)
C# 
public XmlNodeList GetChildNodesFromRoot( 
   string sElementName
)

Parameters

sElementName

See Also

© 2010 All Rights Reserved.