An NDoc Documented Class Library

FTPSyncRules.FilterType Property

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

public 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

FTPSyncRules Class | EnterpriseDT.Net.Ftp Namespace