Class AdaptiveCardTemplate
- Namespace
- PnP.Core.Model.SharePoint
- Assembly
- PnP.Core.dll
ACE template
public class AdaptiveCardTemplate
- Inheritance
-
AdaptiveCardTemplate
- Inherited Members
Properties
Actions
ACE actions
public List<AdaptiveCardAction> Actions { get; set; }
Property Value
Body
ACE body
public List<AdaptiveCardControl> Body { get; set; }
Property Value
Type
ACE template type
public string Type { get; set; }