 | FtpSearch(String, 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(
string remoteFolderPath,
RemoteSearchOptions options
)
Public Function Search (
remoteFolderPath As String,
options As RemoteSearchOptions
) As List(Of RemoteSearchItem)
public:
List<RemoteSearchItem^>^ Search(
String^ remoteFolderPath,
RemoteSearchOptions^ options
)
member Search :
remoteFolderPath : string *
options : RemoteSearchOptions -> List<RemoteSearchItem> Parameters
- remoteFolderPath String
- Remote folder to search.
- options RemoteSearchOptions
- Options for remote search (e.g.: recursive, search pattern).
Return Value
ListRemoteSearchItemItems that match the search query.
See Also