Search Results for

    Show / Hide Table of Contents

    Class CustomImageSettings

    Card icon image settings

    Inheritance
    object
    CustomImageSettings
    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 CustomImageSettings

    Properties

    AltText

    Image alternative text

    Declaration
    [JsonPropertyName("altText")]
    public string AltText { get; set; }
    Property Value
    string

    ImageUrl

    Image url

    Declaration
    [JsonPropertyName("imageUrl")]
    public string ImageUrl { get; set; }
    Property Value
    string

    Type

    Image type

    Declaration
    [JsonPropertyName("type")]
    public int Type { get; set; }
    Property Value
    int

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