 | RemoteSearchOptionsUseRegexMatch(String, String, Boolean) Method |
Specifies regex search patterns (e.g. @"^.*\.txt$").
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic void UseRegexMatch(
string folderPattern,
string filePattern,
bool ignoreCase
)
Public Sub UseRegexMatch (
folderPattern As String,
filePattern As String,
ignoreCase As Boolean
)
public:
void UseRegexMatch(
String^ folderPattern,
String^ filePattern,
bool ignoreCase
)
member UseRegexMatch :
folderPattern : string *
filePattern : string *
ignoreCase : bool -> unit Parameters
- folderPattern String
- Regex folder pattern.
- filePattern String
- Regex file pattern.
- ignoreCase Boolean
- True if case should be ignored, false otherwise.
See Also