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< Thumbnail > | get_Large () const |
A 1920x1920 scaled thumbnail. More... | |
void | set_Large (System::SharedPtr< Thumbnail > value) |
A 1920x1920 scaled thumbnail. More... | |
System::SharedPtr< Thumbnail > | get_Medium () const |
A 176x176 scaled thumbnail. More... | |
void | set_Medium (System::SharedPtr< Thumbnail > value) |
A 176x176 scaled thumbnail. More... | |
System::SharedPtr< Thumbnail > | get_Small () const |
A 48x48 cropped thumbnail. More... | |
void | set_Small (System::SharedPtr< Thumbnail > value) |
A 48x48 cropped thumbnail. More... | |
System::SharedPtr< Thumbnail > | get_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... | |
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.
System::String Aspose::Email::Clients::Graph::ThumbnailSet::get_Id | ( | ) | const |
The id within the item.Read-only.
System::SharedPtr<Thumbnail> Aspose::Email::Clients::Graph::ThumbnailSet::get_Large | ( | ) | const |
A 1920x1920 scaled thumbnail.
System::SharedPtr<Thumbnail> Aspose::Email::Clients::Graph::ThumbnailSet::get_Medium | ( | ) | const |
A 176x176 scaled thumbnail.
System::SharedPtr<Thumbnail> Aspose::Email::Clients::Graph::ThumbnailSet::get_Small | ( | ) | const |
A 48x48 cropped thumbnail.
System::SharedPtr<Thumbnail> Aspose::Email::Clients::Graph::ThumbnailSet::get_Source | ( | ) | const |
A custom thumbnail image or the original image used to generate other thumbnails.
void Aspose::Email::Clients::Graph::ThumbnailSet::set_Id | ( | System::String | value | ) |
The id within the item.Read-only.
void Aspose::Email::Clients::Graph::ThumbnailSet::set_Large | ( | System::SharedPtr< Thumbnail > | value | ) |
A 1920x1920 scaled thumbnail.
void Aspose::Email::Clients::Graph::ThumbnailSet::set_Medium | ( | System::SharedPtr< Thumbnail > | value | ) |
A 176x176 scaled thumbnail.
void Aspose::Email::Clients::Graph::ThumbnailSet::set_Small | ( | System::SharedPtr< Thumbnail > | value | ) |
A 48x48 cropped thumbnail.
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.