| FtpSearch Method (RemoteSearchOptions) |
Searches files and folders on the server that match specified pattern.
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public List<RemoteSearchItem> Search(
RemoteSearchOptions options
)
Public Function Search (
options As RemoteSearchOptions
) As List(Of RemoteSearchItem)
public:
List<RemoteSearchItem^>^ Search(
RemoteSearchOptions^ options
)
member Search :
options : RemoteSearchOptions -> List<RemoteSearchItem>
Parameters
- options
- Type: Limilabs.FTP.ClientRemoteSearchOptions
Options for remote search (e.g.: recursive, search pattern).
Return Value
Type:
ListRemoteSearchItemItems that match the search query.
See Also