An NDoc Documented Class Library

FTPSyncRules.FileNameFilter Property

File-name filter that controls which files are synchronized.

public string FileNameFilter {get; set;}

Remarks

FileNameFilter may contain multiple strings separated by commas. Each string may be a regular expression (as defined by Regex) or a wildcard string (where ? matches any single character and * matches multiple characters). The type of filter (wildcard or regular expression) may be chosen via the FilterType property. The filter may be used to exclude or include files; this behavior is selected via the ExcludeFilesInFilter property. By default files in the filter are included. If no filter is defined then all files will be considered.

See Also

FTPSyncRules Class | EnterpriseDT.Net.Ftp Namespace