SearchAsync Method
Searches for files and folders matching the query.
Syntax
[VB.NET] Public Function SearchAsync(ByVal SearchPath As String, ByVal Query As String) As Task
[C#] public Task SearchAsync(string searchPath, string query);
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
SearchAsync MethodSearches for files and folders matching the query. Syntax[VB.NET] Public Function SearchAsync(ByVal SearchPath As String, ByVal Query As String) As Task [C#] public Task SearchAsync(string searchPath, string query); RemarksThis method is the asynchronous version of the Search method and is used to support asynchronous operations in WinRT. Please refer to Search for more information. |
||