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