Adds a new child node with the specified name 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: XmlElement
An XmlElement corresponding to the child node.