edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

FTPSyncRulesFilterType Property

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

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public FTPFilterType FilterType { get; set; }

Property Value

FTPFilterType

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