Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.28 KB

folderinformation_getthumbnailasync_91362086.md

File metadata and controls

33 lines (23 loc) · 1.28 KB
-api-id -api-type
M:Windows.Storage.BulkAccess.FolderInformation.GetThumbnailAsync(Windows.Storage.FileProperties.ThumbnailMode,System.UInt32,Windows.Storage.FileProperties.ThumbnailOptions)
winrt method

Windows.Storage.BulkAccess.FolderInformation.GetThumbnailAsync

-description

Retrieves the thumbnail that is associated with the StorageFolder, based on the specified options.

-parameters

-param mode

The thumbnail mode to retrieve.

-param requestedSize

The requested size in pixels of thumbnail to retrieve.

-param options

The thumbnail retrieval options.

-returns

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

-remarks

-examples

-see-also

GetThumbnailAsync(ThumbnailMode), GetThumbnailAsync(ThumbnailMode, UInt32)