Adds a new child node with the specified name to the specified parent node.
Namespace: MindFusion.UI.Web Assembly: MindFusion.UI.Web
Syntax
C#
Copy Code
|
---|
public XmlElement AddChildElement ( string elementName, XmlElement parentElement ) |
Visual Basic
Copy Code
|
---|
Public Function AddChildElement( _ elementName As String, _ parentElement As XmlElement _ ) As XmlElement |
Parameters
Return Value
Type: XmlElement An XmlElement corresponding to the child node.
See Also
|