ExFTPConnectionLoad Method (String) |
Loads properties from the given file.
Namespace:
EnterpriseDT.Net.Ftp
Assembly:
edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntaxpublic void Load(
string filePath
)
Public Sub Load (
filePath As String
)
public:
void Load(
String^ filePath
)
member Load :
filePath : string -> unit
Parameters
- filePath
- Type: SystemString
Path of the file containing the properties.
RemarksThe file must be in the format produced by Save(String)
and Load(Stream).
[!:PropertyChanged] events are not triggered while properties are being loaded.
See Also