Search Results for

    Show / Hide Table of Contents

    Class ThumbnailOptions

    Options to define the file thumbnail retrieval

    Inheritance
    object
    ThumbnailOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public class ThumbnailOptions

    Properties

    CustomSizes

    Custom size(s) of the thumbnail to get

    Declaration
    public List<CustomThumbnailOptions> CustomSizes { get; set; }
    Property Value
    List<CustomThumbnailOptions>

    StandardSizes

    Standard size(s) of the thumbnail to get

    Declaration
    public List<ThumbnailSize> StandardSizes { get; set; }
    Property Value
    List<ThumbnailSize>

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