NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlNode.RemoveAll

Removes all the children and/or attributes of the current node.

[Visual Basic]
Overridable Public Sub RemoveAll()
[C#]
public virtual void RemoveAll();
[C++]
public: virtual void RemoveAll();
[JScript]
public function RemoveAll();

See Also

XmlNode Class | XmlNode Members | System.NewXml Namespace