Class 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.

public class Thumbnail

Constructors

NameDescription
Thumbnail()The default constructor.

Properties

NameDescription
Content { get; set; }The content stream for the thumbnail.
Height { get; set; }The height of the thumbnail, in pixels.
IsHeightSpecified { get; set; }Indicates whether Height property is specified.
IsWidthSpecified { get; set; }Indicates whether Width property is specified.
SourceItemId { get; set; }The unique identifier of the item that provided the thumbnail.This is only available when a folder thumbnail is requested.
Url { get; set; }The URL used to fetch the thumbnail content.
Width { get; set; }The width of the thumbnail, in pixels.

See Also