Thumbnail

Thumbnail class

https://docs.microsoft.com/en-us/graph/api/resources/thumbnail?view=graph-rest-1.0
The thumbnail resource type represents a thumbnail for an image, video, document, or any item that has a bitmap representation.

The Thumbnail type exposes the following members:

Constructors

NameDescription
Thumbnail()Initializes a new instance of the Thumbnail class

Properties

NameDescription
heightThe height of the thumbnail, in pixels.
is_height_specifiedIndicates whether Height property is specified.
widthThe width of the thumbnail, in pixels.
is_width_specifiedIndicates whether Width property is specified.
source_item_idThe unique identifier of the item that provided the thumbnail.This is only available when a folder thumbnail is requested.
urlThe URL used to fetch the thumbnail content.
contentThe content stream for the thumbnail.

See Also