Thumbnail
Contents
[
Hide
]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
| Name | Description |
|---|---|
| Thumbnail |
Methods
| Name | Description |
|---|---|
| get_Content | The content stream for the thumbnail. |
| get_Height | The height of the thumbnail, in pixels. |
| get_IsHeightSpecified | Indicates whether Height property is specified. |
| get_IsWidthSpecified | Indicates whether Width property is specified. |
| get_SourceItemId | The unique identifier of the item that provided the thumbnail.This is only available when a folder thumbnail is requested. |
| get_Url | The URL used to fetch the thumbnail content. |
| get_Width | The width of the thumbnail, in pixels. |
| set_Content | The content stream for the thumbnail. |
| set_Height | The height of the thumbnail, in pixels. |
| set_IsHeightSpecified | Indicates whether Height property is specified. |
| set_IsWidthSpecified | Indicates whether Width property is specified. |
| set_SourceItemId | The unique identifier of the item that provided the thumbnail.This is only available when a folder thumbnail is requested. |
| set_Url | The URL used to fetch the thumbnail content. |
| set_Width | The width of the thumbnail, in pixels. |