Click or drag to resize

LocalSearchOptionsUseRegex 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.26109.1248
Syntax
[ObsoleteAttribute("Please use UseRegexMatch, UseWildcardMatch or UseLambdaMatch instead.")]
public bool UseRegex { get; set; }

Property Value

Boolean
See Also