Interface IThumbnail
- Namespace
- PnP.Core.Model.SharePoint
- Assembly
- PnP.Core.dll
A thumbnail for a file in SharePoint, OneDrive or Teams
public interface IThumbnail
Properties
Height
Thumbnail height
int Height { get; }
Property Value
SetId
Thumbnail belongs to thumnail set with this id (not always populated)
string SetId { get; }
Property Value
Size
Thumbnail size identifier
string Size { get; }
Property Value
Url
Thumbnail URL
Uri Url { get; }
Property Value
Width
Thumbnail width
int Width { get; }