MindFusion.Scheduling for ASP.NET Programmer's Guide
XmlSerializationContext.AddChildElement Method (String, XmlElement)
See Also
 





Adds a new child node with the specified name to the specified parent node.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 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

elementName
Type: String
A string that specifies the name of the new node.
parentElement
Type: XmlElement
An instance of the System.Xml.XmlElement class that specifies the parent of the new node.

 Return Value

Type: XmlElement
An instance of the System.Xml.XmlElement class that represents the newly created elementName node.

 See Also

AddChildElement Method Overload List
XmlSerializationContext Members
XmlSerializationContext Class
MindFusion.Scheduling Namespace