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
ImageUrl
Image url
[JsonPropertyName("imageUrl")]
public string ImageUrl { get; set; }
Property Value
Type
Image type
[JsonPropertyName("type")]
public int Type { get; set; }