edtFTPnet/Express - Class Reference

FTPSynchronizeView.FilterType Property

Controls whether the FileNameFilter should be interpreted as a wildcard string or a regular expression.

public EnterpriseDT.Net.Ftp.FTPFilterType FilterType {get; set;}

Remarks

Wildcard strings use a DOS-like notation where ? matches any single character and * matches multiple characters. Regular expressions are of the kind used in Regex.

See Also

FTPSynchronizeView Class | EnterpriseDT.Net.Ftp.Forms Namespace