Click or drag to resize
XdsUtilremoveAllChildren Method
Remove all of the child nodes of an XmlNode.

Namespace: DXMLBase.Xds
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void removeAllChildren(
	XmlNode parent
)

Parameters

parent
Type: System.XmlXmlNode
The node whose children are to be removed.
See Also