The FtpDeleteTask type exposes the following members.

Collapse imageProperties

  NameDescription
Protected propertyCustomXmlProcessing (Inherited from Element.)
Public propertyFailOnError (Inherited from Task.)
Public propertyFile
Gets or sets the file to delete. In the NAnt script, that's set with the file attribute.
Public propertyHost
Gets or sets the FTP host. In the NAnt script, that's set with the host attribute.
(Inherited from FtpTaskBase.)
Public propertyIfDefined (Inherited from Task.)
Protected propertyLocation (Inherited from Element.)
Public propertyLogPrefix Obsolete. (Inherited from Task.)
Public propertyName (Inherited from Task.)
Public propertyNamespaceManager (Inherited from Element.)
Public propertyParent (Inherited from Element.)
Public propertyPassword
Gets or sets the password for the FTP connection. In the NAnt script, that's set with the password attribute.
(Inherited from FtpTaskBase.)
Public propertyProject (Inherited from Element.)
Public propertyProperties (Inherited from Element.)
Public propertyThreshold (Inherited from Task.)
Public propertyUnlessDefined (Inherited from Task.)
Public propertyUsername
Gets or sets the username for the FTP connection. In the NAnt script, that's set with the username attribute.
(Inherited from FtpTaskBase.)
Public propertyVerbose (Inherited from Task.)
Protected propertyXmlNode (Inherited from Element.)

Collapse imageSee Also