Click or drag to resize

LocalSearchOptionsFilePattern Property

Note: This API is now obsolete.

The search string to match against the names of files in path. Default is "*".

Namespace: Limilabs.FTP.Client
Assembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntax
[ObsoleteAttribute("Please use UseRegexMatch or UseWildcardMatch instead.")]
public string FilePattern { get; set; }

Property Value

String
See Also