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!

XmlDocument.Save (TextWriter)

Saves the XML document to the specified TextWriter.

[Visual Basic]
Overloads Overridable Public Sub Save( _
   ByVal writer As TextWriter _
)
[C#]
public virtual void Save(
   TextWriter writer
);
[C++]
public: virtual void Save(
   TextWriter* writer
);
[JScript]
public function Save(
   writer : TextWriter
);

Parameters

writer
The TextWriter where you want to save the document.

See Also

XmlDocument Class | XmlDocument Members | System.NewXml Namespace | XmlDocument.Save Overload List