An NDoc Documented Class Library

FTPFilterType Enumeration

Specifies different types of filters.

public enum FTPFilterType

Members

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.

Requirements

Namespace: EnterpriseDT.Net.Ftp

Assembly: edtFTPnet (in edtFTPnet.dll)

See Also

EnterpriseDT.Net.Ftp Namespace