Example #1
0
 public Task <List <MediaItem> > GetMediaItemsByCategoryAsync(GooglePhotosContentCategoryType category, int maxPageCount = int.MaxValue, CancellationToken cancellationToken = default)
 => GetMediaItemsByFilterAsync(new Filter(category), maxPageCount, cancellationToken);
Example #2
0
 public Filter(GooglePhotosContentCategoryType category) => this.contentFilter = new contentFilter