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