Specifies different types of filters.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
Syntax
| C# |
|---|
public enum FTPFilterType |
| Visual Basic |
|---|
Public Enumeration FTPFilterType |
| Visual C++ |
|---|
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. |