Class AdaptiveCardExtension<T>
Defines an ACE
Inherited Members
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public class AdaptiveCardExtension<T> : AdaptiveCardExtension
Type Parameters
|
T
Type of the ACE |
Defines an ACE
public class AdaptiveCardExtension<T> : AdaptiveCardExtension
|
T
Type of the ACE |
Default constructor
public AdaptiveCardExtension(CardSize cardSize = CardSize.Medium)
| CardSize cardSize |
Properties of the ACE
public T Properties { get; set; }
| T |