FTPFilterType Enumeration |
Specifies different types of filters.
Namespace:
EnterpriseDT.Net.Ftp
Assembly:
edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntaxpublic enum FTPFilterType
Public Enumeration FTPFilterType
public enum class FTPFilterType
Members
| Member name | Value | Description |
---|
| Wildcard | 0 |
Wildcard strings use a DOS-like notation where ? matches any single character and
* matches multiple characters.
|
| RegularExpression | 1 |
Regular expressions are of the kind used in
Regex.
|
| Callback | 2 |
A FileFilter callback will be called when a file is to be filtered.
|
See Also