| 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.22214.1022
Syntax [ObsoleteAttribute("Please use UseRegexMatch or UseWildcardMatch instead.")]
public string FilePattern { get; set; }
<ObsoleteAttribute("Please use UseRegexMatch or UseWildcardMatch instead.")>
Public Property FilePattern As String
Get
Set
public:
[ObsoleteAttribute(L"Please use UseRegexMatch or UseWildcardMatch instead.")]
property String^ FilePattern {
String^ get ();
void set (String^ value);
}
[<ObsoleteAttribute("Please use UseRegexMatch or UseWildcardMatch instead.")>]
member FilePattern : string with get, set
Property Value
Type:
StringSee Also