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 (String)

Saves the XML document to the specified file.

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

Parameters

filename
The location of the file where you want to save the document.

See Also

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