Method InsertChild
InsertChild(XmlElement, String, String)
Convenience method to append a new child with text
Declaration
public static XmlElement InsertChild(XmlElement parent, string tagName, string text)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlElement | parent | |
System.String | tagName | |
System.String | text |
Returns
Type | Description |
---|---|
System.Xml.XmlElement |