FTPSyncRulesFileNameFilter Property
File-name filter that controls which files are synchronized.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public string FileNameFilter { get; set; }
Public Property FileNameFilter As String
Get
Set
public:
property String^ FileNameFilter {
String^ get ();
void set (String^ value);
}
member FileNameFilter : string with get, set
Property Value
String 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.