Class AdaptiveCardExtension
Abstract class representing ACE
Inheritance
System.Object
AdaptiveCardExtension
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public class AdaptiveCardExtension : object
Abstract class representing ACE
public class AdaptiveCardExtension : object
Default constructor
public AdaptiveCardExtension(CardSize cardSize = default(CardSize))
CardSize
cardSize
|
Gets or sets JsonProperty "description"
public string Description { get; set; }
System.String
|
Icon used by the ACE
public string IconProperty { get; set; }
System.String
|
Gets or sets JsonProperty "id"
public string Id { get; set; }
System.String
|
Gets or sets JsonProperty "instanceId"
public Guid InstanceId { get; }
Guid
|
Json properties of the ACE once added to a dashboard
public JsonElement JsonProperties { get; }
JsonElement
|
Order of this ACE inside the dashboard
public int Order { get; }
System.Int32
|
Typed properties of the ACE
public virtual object Properties { get; set; }
System.Object
|
Gets or sets JsonProperty "title"
public string Title { get; set; }
System.String
|