Dart.Ftp Namespace : ListType Enumeration |
Public Enum ListType Inherits System.Enum
Dim instance As ListType
public enum ListType : System.Enum
public enum class ListType : public System.Enum
Member | Description |
---|---|
Full | Sends a LIST command. |
Machine | Sends an MLST or MLSD command, whichever is more efficient. |
Names | Sends a NLST command. |
System.Object
System.ValueType
System.Enum
Dart.Ftp.ListType