Click or drag to resize

LocalSearchOptions Constructor (String, Boolean)

Creates new LocalSearchOptions using specified values.

Namespace:  Limilabs.FTP.Client
Assembly:  Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax
public LocalSearchOptions(
	string filePattern,
	bool recursive
)

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