Element.AppendChild

Element.AppendChild method

Append Element to collection of children.

public Element AppendChild(Element element, bool checkIfCanBeAppended = true)
ParameterTypeDescription
elementElementElement object to add.
checkIfCanBeAppendedBooleanCheck if can be appended.

Return Value

Element which has been added.

Exceptions

exceptioncondition
TaggedException

See Also