Search Results for

    Show / Hide Table of Contents

    Class CustomImageSettings

    Card icon image settings

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

    Properties

    AltText

    Image alternative text

    Declaration
    public string AltText { get; set; }
    Property Value
    System.String

    ImageUrl

    Image url

    Declaration
    public string ImageUrl { get; set; }
    Property Value
    System.String

    Type

    Image type

    Declaration
    public int Type { get; set; }
    Property Value
    System.Int32

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