Adds a new child node with the specified name and value to the specified parent node.
Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms
C#
![]() |
---|
public XmlElement AddChildElement ( |
Visual Basic
![]() |
---|
Public Function AddChildElement( _ |
A string specifying the name of the child node.
The parent XML element.
The inner text to write for this element.
Type: XmlElement
An XmlElement corresponding to the child node.