Aspose::Email::Clients::Graph::ThumbnailSet Class Reference

https://docs.microsoft.com/en-us/graph/api/resources/thumbnailset?view=graph-rest-1.0 The ThumbnailSet resource is a keyed collection of thumbnail resources. It is used to represent a set of thumbnails associated with a DriveItem. More...

Inherits Object.

Public Member Functions

System::String get_Id () const
 The id within the item.Read-only. More...
 
void set_Id (System::String value)
 The id within the item.Read-only. More...
 
System::SharedPtr< Thumbnailget_Large () const
 A 1920x1920 scaled thumbnail. More...
 
void set_Large (System::SharedPtr< Thumbnail > value)
 A 1920x1920 scaled thumbnail. More...
 
System::SharedPtr< Thumbnailget_Medium () const
 A 176x176 scaled thumbnail. More...
 
void set_Medium (System::SharedPtr< Thumbnail > value)
 A 176x176 scaled thumbnail. More...
 
System::SharedPtr< Thumbnailget_Small () const
 A 48x48 cropped thumbnail. More...
 
void set_Small (System::SharedPtr< Thumbnail > value)
 A 48x48 cropped thumbnail. More...
 
System::SharedPtr< Thumbnailget_Source () const
 A custom thumbnail image or the original image used to generate other thumbnails. More...
 
void set_Source (System::SharedPtr< Thumbnail > value)
 A custom thumbnail image or the original image used to generate other thumbnails. More...
 

Detailed Description

https://docs.microsoft.com/en-us/graph/api/resources/thumbnailset?view=graph-rest-1.0 The ThumbnailSet resource is a keyed collection of thumbnail resources. It is used to represent a set of thumbnails associated with a DriveItem.

Member Function Documentation

◆ get_Id()

System::String Aspose::Email::Clients::Graph::ThumbnailSet::get_Id ( ) const

The id within the item.Read-only.

◆ get_Large()

System::SharedPtr<Thumbnail> Aspose::Email::Clients::Graph::ThumbnailSet::get_Large ( ) const

A 1920x1920 scaled thumbnail.

◆ get_Medium()

System::SharedPtr<Thumbnail> Aspose::Email::Clients::Graph::ThumbnailSet::get_Medium ( ) const

A 176x176 scaled thumbnail.

◆ get_Small()

System::SharedPtr<Thumbnail> Aspose::Email::Clients::Graph::ThumbnailSet::get_Small ( ) const

A 48x48 cropped thumbnail.

◆ get_Source()

System::SharedPtr<Thumbnail> Aspose::Email::Clients::Graph::ThumbnailSet::get_Source ( ) const

A custom thumbnail image or the original image used to generate other thumbnails.

◆ set_Id()

void Aspose::Email::Clients::Graph::ThumbnailSet::set_Id ( System::String  value)

The id within the item.Read-only.

◆ set_Large()

void Aspose::Email::Clients::Graph::ThumbnailSet::set_Large ( System::SharedPtr< Thumbnail value)

A 1920x1920 scaled thumbnail.

◆ set_Medium()

void Aspose::Email::Clients::Graph::ThumbnailSet::set_Medium ( System::SharedPtr< Thumbnail value)

A 176x176 scaled thumbnail.

◆ set_Small()

void Aspose::Email::Clients::Graph::ThumbnailSet::set_Small ( System::SharedPtr< Thumbnail value)

A 48x48 cropped thumbnail.

◆ set_Source()

void Aspose::Email::Clients::Graph::ThumbnailSet::set_Source ( System::SharedPtr< Thumbnail value)

A custom thumbnail image or the original image used to generate other thumbnails.