Table of Contents

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

int

SetId

Thumbnail belongs to thumnail set with this id (not always populated)

string SetId { get; }

Property Value

string

Size

Thumbnail size identifier

string Size { get; }

Property Value

string

Url

Thumbnail URL

Uri Url { get; }

Property Value

Uri

Width

Thumbnail width

int Width { get; }

Property Value

int