Search Results for

    Show / Hide Table of Contents

    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

    Properties

    Height

    Thumbnail height

    Declaration
    int Height { get; }
    Property Value
    System.Int32

    SetId

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

    Declaration
    string SetId { get; }
    Property Value
    System.String

    Size

    Thumbnail size identifier

    Declaration
    string Size { get; }
    Property Value
    System.String

    Url

    Thumbnail URL

    Declaration
    Uri Url { get; }
    Property Value
    Uri

    Width

    Thumbnail width

    Declaration
    int Width { get; }
    Property Value
    System.Int32

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