 | 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.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic static readonly FtpPermission Delete
Public Shared ReadOnly Delete As FtpPermission
public:
static initonly FtpPermission^ Delete
static val Delete: FtpPermission
Field Value
FtpPermission
See Also