Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.14 KB

folderinformation_getthumbnailasync_1511435522.md

File metadata and controls

31 lines (21 loc) · 1.14 KB
-api-id -api-type
M:Windows.Storage.BulkAccess.FolderInformation.GetThumbnailAsync(Windows.Storage.FileProperties.ThumbnailMode,System.UInt32)
winrt method

Windows.Storage.BulkAccess.FolderInformation.GetThumbnailAsync

-description

Retrieves the thumbnail that is associated with the StorageFolder, scaling it to the specified size.

-parameters

-param mode

The thumbnail mode to retrieve.

-param requestedSize

The requested size in pixels of thumbnail to retrieve.

-returns

When this method completes successfully, it returns the thumbnail image as a StorageItemThumbnail object.

-remarks

-examples

-see-also

GetThumbnailAsync(ThumbnailMode), GetThumbnailAsync(ThumbnailMode, UInt32, ThumbnailOptions)