XmlElement.RemoveChild | removeChild method
Removes the specified child node from the list of children and returns it.
Syntax
var iXmlNode = xmlElement.removeChild(childNode);
Parameters
- childNode
-
Type: IXmlNode
The child node to be removed from the list of children of this node.
Return value
Type: IXmlNode
The removed child node. If null, the childNode object is not removed.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012
