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)

[To be supplied.]

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

Parameters

fileName
[To be supplied.]

See Also

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