Search Results for

    Show / Hide Table of Contents

    Class ThumbnailOptions

    Options to define the file thumbnail retrieval

    Inheritance
    System.Object
    ThumbnailOptions
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public class ThumbnailOptions : object

    Properties

    CustomSizes

    Custom size(s) of the thumbnail to get

    Declaration
    public List<CustomThumbnailOptions> CustomSizes { get; set; }
    Property Value
    PnP.Core.Model.SharePoint.List<CustomThumbnailOptions>

    StandardSizes

    Standard size(s) of the thumbnail to get

    Declaration
    public List<ThumbnailSize> StandardSizes { get; set; }
    Property Value
    PnP.Core.Model.SharePoint.List<ThumbnailSize>

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer