Table of Contents

Class ThumbnailOptions

Namespace
PnP.Core.Model.SharePoint
Assembly
PnP.Core.dll

Options to define the file thumbnail retrieval

public class ThumbnailOptions
Inheritance
ThumbnailOptions
Inherited Members

Properties

CustomSizes

Custom size(s) of the thumbnail to get

public List<CustomThumbnailOptions> CustomSizes { get; set; }

Property Value

List<CustomThumbnailOptions>

StandardSizes

Standard size(s) of the thumbnail to get

public List<ThumbnailSize> StandardSizes { get; set; }

Property Value

List<ThumbnailSize>