Search Results for

    Show / Hide Table of Contents

    Class AdaptiveCardTemplate

    ACE template

    Inheritance
    System.Object
    AdaptiveCardTemplate
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public class AdaptiveCardTemplate : object

    Properties

    Actions

    ACE actions

    Declaration
    public List<AdaptiveCardAction> Actions { get; set; }
    Property Value
    PnP.Core.Model.SharePoint.List<AdaptiveCardAction>

    Body

    ACE body

    Declaration
    public List<AdaptiveCardControl> Body { get; set; }
    Property Value
    PnP.Core.Model.SharePoint.List<AdaptiveCardControl>

    Type

    ACE template type

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

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