edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

ExFTPConnectionLoad Method (String)

Loads properties from the given file.

Namespace:  EnterpriseDT.Net.Ftp
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax
public void Load(
	string filePath
)

Parameters

filePath
Type: SystemString
Path of the file containing the properties.
Remarks

The 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