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.

Constructors

NameDescription
Thumbnail

Methods

NameDescription
get_ContentThe content stream for the thumbnail.
get_HeightThe height of the thumbnail, in pixels.
get_IsHeightSpecifiedIndicates whether Height property is specified.
get_IsWidthSpecifiedIndicates whether Width property is specified.
get_SourceItemIdThe unique identifier of the item that provided the thumbnail.This is only available when a folder thumbnail is requested.
get_UrlThe URL used to fetch the thumbnail content.
get_WidthThe width of the thumbnail, in pixels.
set_ContentThe content stream for the thumbnail.
set_HeightThe height of the thumbnail, in pixels.
set_IsHeightSpecifiedIndicates whether Height property is specified.
set_IsWidthSpecifiedIndicates whether Width property is specified.
set_SourceItemIdThe unique identifier of the item that provided the thumbnail.This is only available when a folder thumbnail is requested.
set_UrlThe URL used to fetch the thumbnail content.
set_WidthThe width of the thumbnail, in pixels.