FTPSyncRulesFilterType Property
Controls whether the
FileNameFilter should be interpreted as a wildcard string
or a regular expression.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public FTPFilterType FilterType { get; set; }
Public Property FilterType As FTPFilterType
Get
Set
public:
property FTPFilterType FilterType {
FTPFilterType get ();
void set (FTPFilterType value);
}
member FilterType : FTPFilterType with get, set
Property Value
FTPFilterType
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.