 | LocalSearchOptionsFolderPattern Property |
Note: This API is now obsolete.
The search string to match against the names of folder in path. Default is "*".
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntax[ObsoleteAttribute("Please use UseRegexMatch or UseWildcardMatch instead.")]
public string FolderPattern { get; set; }<ObsoleteAttribute("Please use UseRegexMatch or UseWildcardMatch instead.")>
Public Property FolderPattern As String
Get
Setpublic:
[ObsoleteAttribute(L"Please use UseRegexMatch or UseWildcardMatch instead.")]
property String^ FolderPattern {
String^ get ();
void set (String^ value);
}[<ObsoleteAttribute("Please use UseRegexMatch or UseWildcardMatch instead.")>]
member FolderPattern : string with get, setProperty Value
String
See Also