Search Results for

    Show / Hide Table of Contents

    Class ButtonAction

    ACE card button action

    Inheritance
    object
    ButtonAction
    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 ButtonAction

    Properties

    Action

    Action to execute

    Declaration
    [JsonPropertyName("action")]
    public AdaptiveCardAction Action { get; set; }
    Property Value
    AdaptiveCardAction

    IsVisible

    Is the button visible

    Declaration
    [JsonPropertyName("isVisible")]
    public bool? IsVisible { get; set; }
    Property Value
    bool?

    Style

    Supported values: positive or default

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

    Title

    Button title

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

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