edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

FTPFilterType Enumeration

Specifies different types of filters.

Namespace:  EnterpriseDT.Net.Ftp
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax
public enum FTPFilterType
Members
  Member nameValueDescription
Wildcard0 Wildcard strings use a DOS-like notation where ? matches any single character and * matches multiple characters.
RegularExpression1 Regular expressions are of the kind used in Regex.
Callback2 A FileFilter callback will be called when a file is to be filtered.
See Also