Specifies different types of filters.
Member Name | Description |
---|---|
Wildcard | Wildcard strings use a DOS-like notation where ? matches any single character and * matches multiple characters. |
RegularExpression | Regular expressions are of the kind used in Regex. |
Callback | A FileFilter callback will be called when a file is to be filtered. |
Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll)