Table of Contents

Class CustomImageSettings

Namespace
PnP.Core.Model.SharePoint
Assembly
PnP.Core.dll

Card icon image settings

public class CustomImageSettings
Inheritance
CustomImageSettings
Inherited Members

Properties

AltText

Image alternative text

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

Property Value

string

ImageUrl

Image url

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

Property Value

string

Type

Image type

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

Property Value

int