Search Results for

    Show / Hide Table of Contents

    Class AdaptiveCardAction

    ACE card action

    Inheritance
    object
    AdaptiveCardAction
    AdaptiveCardAction<T>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public class AdaptiveCardAction

    Properties

    Parameters

    Action parameters

    Declaration
    [JsonPropertyName("parameters")]
    public object Parameters { get; set; }
    Property Value
    object

    Type

    Supported values Action.OpenUrl, Action.Submit, Action.ShowCard, Action.Execute, ExternalLink,QuickView

    Declaration
    [JsonPropertyName("type")]
    public string Type { get; set; }
    Property Value
    string

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