| FtpPermissionDelete Field |
The "d" permission applies to all types.
It indicates that the object named may be deleted, that is,
that the
DeleteFolder(String) command may be applied to it if it is a directory,
and otherwise that the
DeleteFile(String) command may be applied to it.
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public static readonly FtpPermission Delete
Public Shared ReadOnly Delete As FtpPermission
public:
static initonly FtpPermission^ Delete
static val Delete: FtpPermission
Field Value
Type:
FtpPermissionSee Also