Example #1
0
 public IAsyncOperationWithProgress <FileSearchResult, HttpProgress> SearchAsync(StorageFile file, bool searchSimilar, bool onlyCovers, bool searchExpunged)
 {
     return(FileSearchResult.SearchAsync(null, default, file, searchSimilar, onlyCovers, searchExpunged));
Example #2
0
 public IAsyncOperationWithProgress <FileSearchResult, HttpProgress> SearchAsync(string keyword, Category category, StorageFile file, bool searchSimilar, bool onlyCovers, bool searchExpunged)
 {
     return(FileSearchResult.SearchAsync(keyword, category, file, searchSimilar, onlyCovers, searchExpunged));
 }