Class AdaptiveCardExtension<T>
- Namespace
- PnP.Core.Model.SharePoint
- Assembly
- PnP.Core.dll
Defines an ACE
public class AdaptiveCardExtension<T> : AdaptiveCardExtension
Type Parameters
TType of the ACE
- Inheritance
-
AdaptiveCardExtension<T>
- Derived
- Inherited Members
Constructors
AdaptiveCardExtension(CardSize)
Default constructor
public AdaptiveCardExtension(CardSize cardSize = CardSize.Medium)
Parameters
cardSizeCardSize
Properties
Properties
Properties of the ACE
public T Properties { get; set; }
Property Value
- T