ExFTPConnectionSave Method (String) |
Saves the properties of the current connection in the given file.
Namespace:
EnterpriseDT.Net.Ftp
Assembly:
edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntaxpublic void Save(
string filePath
)
Public Sub Save (
filePath As String
)
public:
void Save(
String^ filePath
)
member Save :
filePath : string -> unit
Parameters
- filePath
- Type: SystemString
Name of the file in which to store the properties.
Remarks
The content is written in XML format with the root element being called ExFTPConnection
and each property having an XML element of the same name.
See Also