Search Results for

    Show / Hide Table of Contents

    Class ButtonAction

    ACE card button action

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

    Properties

    Action

    Action to execute

    Declaration
    public AdaptiveCardAction Action { get; set; }
    Property Value
    AdaptiveCardAction

    IsVisible

    Is the button visible

    Declaration
    public bool? IsVisible { get; set; }
    Property Value
    System.Nullable<System.Boolean>

    Style

    Supported values: positive or default

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

    Title

    Button title

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

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