edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Specifies different types of filters.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public enum FTPFilterType
Visual Basic
Public Enumeration FTPFilterType
Visual C++
public enum class 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