Class CustomImageSettings
Card icon image settings
Inherited Members
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public class CustomImageSettings
Card icon image settings
public class CustomImageSettings
Image alternative text
[JsonPropertyName("altText")]
public string AltText { get; set; }
| string |
Image url
[JsonPropertyName("imageUrl")]
public string ImageUrl { get; set; }
| string |