SaveToFile Method |
Top Previous Next |
Exports the XML code corresponding to the XmlClient object with all the unprotected fields and the screen configuration data.
VB.NET Syntax
XmlClient.SaveToFile(XMLFile As String)
C# Syntax
XmlClient.SaveToFile(string XMLFile);
|