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. More...
Inherits Object.
Public Member Functions | |
int32_t | get_Height () const |
The height of the thumbnail, in pixels. More... | |
void | set_Height (int32_t value) |
The height of the thumbnail, in pixels. More... | |
bool | get_IsHeightSpecified () const |
Indicates whether Height property is specified. More... | |
void | set_IsHeightSpecified (bool value) |
Indicates whether Height property is specified. More... | |
int32_t | get_Width () const |
The width of the thumbnail, in pixels. More... | |
void | set_Width (int32_t value) |
The width of the thumbnail, in pixels. More... | |
bool | get_IsWidthSpecified () const |
Indicates whether Width property is specified. More... | |
void | set_IsWidthSpecified (bool value) |
Indicates whether Width property is specified. More... | |
System::String | get_SourceItemId () const |
The unique identifier of the item that provided the thumbnail.This is only available when a folder thumbnail is requested. More... | |
void | set_SourceItemId (System::String value) |
The unique identifier of the item that provided the thumbnail.This is only available when a folder thumbnail is requested. More... | |
System::String | get_Url () const |
The URL used to fetch the thumbnail content. More... | |
void | set_Url (System::String value) |
The URL used to fetch the thumbnail content. More... | |
System::String | get_Content () const |
The content stream for the thumbnail. More... | |
void | set_Content (System::String value) |
The content stream for the thumbnail. More... | |
Thumbnail () | |
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.
Aspose::Email::Clients::Graph::Thumbnail::Thumbnail | ( | ) |
System::String Aspose::Email::Clients::Graph::Thumbnail::get_Content | ( | ) | const |
The content stream for the thumbnail.
int32_t Aspose::Email::Clients::Graph::Thumbnail::get_Height | ( | ) | const |
The height of the thumbnail, in pixels.
bool Aspose::Email::Clients::Graph::Thumbnail::get_IsHeightSpecified | ( | ) | const |
Indicates whether Height property is specified.
bool Aspose::Email::Clients::Graph::Thumbnail::get_IsWidthSpecified | ( | ) | const |
Indicates whether Width property is specified.
System::String Aspose::Email::Clients::Graph::Thumbnail::get_SourceItemId | ( | ) | const |
The unique identifier of the item that provided the thumbnail.This is only available when a folder thumbnail is requested.
System::String Aspose::Email::Clients::Graph::Thumbnail::get_Url | ( | ) | const |
The URL used to fetch the thumbnail content.
int32_t Aspose::Email::Clients::Graph::Thumbnail::get_Width | ( | ) | const |
The width of the thumbnail, in pixels.
void Aspose::Email::Clients::Graph::Thumbnail::set_Content | ( | System::String | value | ) |
The content stream for the thumbnail.
void Aspose::Email::Clients::Graph::Thumbnail::set_Height | ( | int32_t | value | ) |
The height of the thumbnail, in pixels.
void Aspose::Email::Clients::Graph::Thumbnail::set_IsHeightSpecified | ( | bool | value | ) |
Indicates whether Height property is specified.
void Aspose::Email::Clients::Graph::Thumbnail::set_IsWidthSpecified | ( | bool | value | ) |
Indicates whether Width property is specified.
void Aspose::Email::Clients::Graph::Thumbnail::set_SourceItemId | ( | System::String | value | ) |
The unique identifier of the item that provided the thumbnail.This is only available when a folder thumbnail is requested.
void Aspose::Email::Clients::Graph::Thumbnail::set_Url | ( | System::String | value | ) |
The URL used to fetch the thumbnail content.
void Aspose::Email::Clients::Graph::Thumbnail::set_Width | ( | int32_t | value | ) |
The width of the thumbnail, in pixels.