Class CardDesignerProps
Card designer ACE properties
Inherited Members
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public class CardDesignerProps : ACEProperties
Card designer ACE properties
public class CardDesignerProps : ACEProperties
Describes actions on card buttons clicked
[JsonPropertyName("cardButtonActions")]
public List<ButtonAction> CardButtonActions { get; set; }
| List<ButtonAction> |
Icon source type of the card
[JsonPropertyName("cardIconSourceType")]
public int CardIconSourceType { get; set; }
| int |
Image source type of the card
[JsonPropertyName("cardImageSourceType")]
public int CardImageSourceType { get; set; }
| int |
Describes action on card clicked
[JsonPropertyName("cardSelectionAction")]
public AdaptiveCardAction CardSelectionAction { get; set; }
| AdaptiveCardAction |
Current card quick view index
[JsonPropertyName("currentQuickViewIndex")]
public int CurrentQuickViewIndex { get; set; }
| int |
Card icon image settings
[JsonPropertyName("cardIconCustomImageSettings")]
public CustomImageSettings CustomImageSettings { get; set; }
| CustomImageSettings |
Card data type
[JsonPropertyName("dataType")]
public string DataType { get; set; }
| string |
Microsoft Graph request url for the card
[JsonPropertyName("graphRequestUrl")]
public string GraphRequestUrl { get; set; }
| string |
The number of buttons that will be rendered by ACE
[JsonPropertyName("numberCardButtonActions")]
public int NumberCardButtonActions { get; set; }
| int |
Card primary text
[JsonPropertyName("primaryText")]
public string PrimaryText { get; set; }
| string |
Returns true if ACE should use QuickView
[JsonPropertyName("isQuickViewConfigured")]
public bool QuickViewConfigured { get; set; }
| bool |
Lists of supported QuickViews
[JsonPropertyName("quickViews")]
public List<QuickView> QuickViews { get; set; }
| List<QuickView> |
Request url for the card
[JsonPropertyName("requestUrl")]
public string RequestUrl { get; set; }
| string |
SharePoint request url for the card
[JsonPropertyName("spRequestUrl")]
public string SPRequestUrl { get; set; }
| string |
Represents type of the Card primaryText, heading or image
[JsonPropertyName("templateType")]
public string TemplateType { get; set; }
| string |