edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Loads properties from the given file.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public void Load(
	string filePath
)
Visual Basic
Public Sub Load ( _
	filePath As String _
)
Visual C++
public:
void Load(
	String^ filePath
)

Parameters

filePath
Type: System..::..String
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