edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Type of file operation.

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

Syntax

C#
public enum LoadSaveType
Visual Basic
Public Enumeration LoadSaveType
Visual C++
public enum class LoadSaveType

Members

Member nameValueDescription
Load0 Loading settings from a file.
Save1 Save settings to a file.
Clear2 Properties have been cleared (i.e. set to their default values).

See Also