Method GetChildByTagName
GetChildByTagName(XmlElement, String)
Convenience method where there is only one child System.Xml.XmlElement of a given name
Declaration
public static XmlElement GetChildByTagName(XmlElement e, string name)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlElement | e | |
System.String | name |
Returns
Type | Description |
---|---|
System.Xml.XmlElement |