public GetGalleryAsync ( GallerySection section = GallerySection.Hot, GallerySortOrder sort = GallerySortOrder.Viral, TimeWindow window = TimeWindow.Day, int page = null, bool showViral = true ) : Task |
||
section | GallerySection | The gallery section. Default: Hot |
sort | GallerySortOrder | The order that the gallery should be sorted by. Default: Viral |
window | TimeWindow | The time period that should be used in filtering requests. Default: Day |
page | int | The data paging number. Default: null |
showViral | bool | Show or hide viral images from the 'user' section. Default: true |
return | Task |