Class AdaptiveCardExtension
Abstract class representing ACE
Inheritance
System.Object
AdaptiveCardExtension
Assembly: PnP.Core.dll
Syntax
public class AdaptiveCardExtension : object
Constructors
Declaration
public AdaptiveCardExtension(CardSize cardSize = default(CardSize))
Parameters
Properties
Declaration
public DefaultACE ACEType { get; }
Property Value
Declaration
public CardSize CardSize { get; set; }
Property Value
Gets or sets JsonProperty "description"
Declaration
public string Description { get; set; }
Property Value
Declaration
public string IconProperty { get; set; }
Property Value
Gets or sets JsonProperty "id"
Declaration
public string Id { get; set; }
Property Value
Gets or sets JsonProperty "instanceId"
Declaration
public Guid InstanceId { get; }
Property Value
Json properties of the ACE once added to a dashboard
Declaration
public JsonElement JsonProperties { get; }
Property Value
Order of this ACE inside the dashboard
Declaration
public int Order { get; }
Property Value
Typed properties of the ACE
Declaration
public virtual object Properties { get; set; }
Property Value
Gets or sets JsonProperty "title"
Declaration
public string Title { get; set; }
Property Value