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!

XmlContainer.RemoveAll

Removes all child nodes from this element.

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

Remarks

All child nodes are removed from this element, and the parent of each child node is set to null.

See Also

XmlContainer Class | XmlContainer Members | System.Xml Namespace | Remove