Click or drag to resize
GDStorageFolderGetThumbnailAsync Method (ThumbnailMode, UInt32)
Gets a thumbnail image for the current folder, sized for the specified purpose of the thumbnail.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public IAsyncOperation<StorageItemThumbnail> GetThumbnailAsync(
	ThumbnailMode mode,
	uint requestedSize
)

Parameters

mode
Type: Windows.Storage.FilePropertiesThumbnailMode
Not used.
requestedSize
Type: SystemUInt32
Not used.

Return Value

Type: IAsyncOperationStorageItemThumbnail
This method always returns null.

Implements

IStorageItemPropertiesGetThumbnailAsync(ThumbnailMode, UInt32)
IStorageItemPropertiesGetThumbnailAsync(ThumbnailMode, UInt32)
Remarks
Thumbnails are not currently supported for BlackBerry Dynamics folders. This method will always return null (no thumbnail is available).
See Also