Search Results for

    Show / Hide Table of Contents

    Class AdaptiveCardExtension

    Abstract class representing ACE

    Inheritance
    System.Object
    AdaptiveCardExtension
    AdaptiveCardExtension<T>
    AssignedTasksACE
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public class AdaptiveCardExtension : object

    Constructors

    AdaptiveCardExtension(CardSize)

    Default constructor

    Declaration
    public AdaptiveCardExtension(CardSize cardSize = default(CardSize))
    Parameters
    CardSize cardSize

    Properties

    ACEType

    Type of this ACE

    Declaration
    public DefaultACE ACEType { get; }
    Property Value
    DefaultACE

    CardSize

    Size of the ACE

    Declaration
    public CardSize CardSize { get; set; }
    Property Value
    CardSize

    Description

    Gets or sets JsonProperty "description"

    Declaration
    public string Description { get; set; }
    Property Value
    System.String

    IconProperty

    Icon used by the ACE

    Declaration
    public string IconProperty { get; set; }
    Property Value
    System.String

    Id

    Gets or sets JsonProperty "id"

    Declaration
    public string Id { get; set; }
    Property Value
    System.String

    InstanceId

    Gets or sets JsonProperty "instanceId"

    Declaration
    public Guid InstanceId { get; }
    Property Value
    Guid

    JsonProperties

    Json properties of the ACE once added to a dashboard

    Declaration
    public JsonElement JsonProperties { get; }
    Property Value
    JsonElement

    Order

    Order of this ACE inside the dashboard

    Declaration
    public int Order { get; }
    Property Value
    System.Int32

    Properties

    Typed properties of the ACE

    Declaration
    public virtual object Properties { get; set; }
    Property Value
    System.Object

    Title

    Gets or sets JsonProperty "title"

    Declaration
    public string Title { get; set; }
    Property Value
    System.String

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer