 | FtpSearch(RemoteSearchOptions) Method |
Searches files and folders on the server that match specified pattern.
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic 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 RemoteSearchOptions
- Options for remote search (e.g.: recursive, search pattern).
Return Value
ListRemoteSearchItemItems that match the search query.
See Also