 | FTPFilterType Enumeration |
FTP File Filter type
Namespace:
Koden.Utils.FTPClient
Assembly:
Koden.Utils.FTPClient (in Koden.Utils.FTPClient.dll) Version: 1.1.6453.26060
Syntaxpublic enum FTPFilterType
Public Enumeration FTPFilterType
public enum class FTPFilterType
Members
| Member name | Value | Description |
---|
| None | 0 |
The none
|
| Equals | 1 |
The equals
|
| StartsWith | 2 |
The starts with
|
| EndsWith | 3 |
The ends with
|
| Contains | 4 |
The contains
|
| DateFilterToday | 5 |
All files with todays date
|
| DateBefore | 6 |
All files prior to "filter" date/time
|
| DateAfter | 7 |
All files After "filter" date/time
|
| DateEquals | 8 |
The date equals
|
See Also