Click or drag to resize
RemoteSearchOptionsUseRegex Property

Note: This API is now obsolete.

Specifies if FilePattern and FolderPattern use regex matching (e.g. @"^.*\.txt$) or file matching (e.g. "*.txt").

Namespace:  Limilabs.FTP.Client
Assembly:  Ftp (in Ftp.dll) Version: 2.0.16316.1434
Syntax
[ObsoleteAttribute("Please use UseRegexMatch, UseWildcardMatch or UseLambdaMatch instead.")]
public bool UseRegex { get; set; }

Property Value

Type: Boolean
See Also