| RemoteSearchOptions Constructor (String, Boolean) |
Creates new RemoteSearchOptions using specified values.
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public RemoteSearchOptions(
string filePattern,
bool recursive
)
Public Sub New (
filePattern As String,
recursive As Boolean
)
public:
RemoteSearchOptions(
String^ filePattern,
bool recursive
)
new :
filePattern : string *
recursive : bool -> RemoteSearchOptions
Parameters
- filePattern
- Type: SystemString
The search string to match against the names of files in path. - recursive
- Type: SystemBoolean
Specifies if search should include sub folders.
See Also