Table of Contents

Class ButtonAction

Namespace
PnP.Core.Model.SharePoint
Assembly
PnP.Core.dll

ACE card button action

public class ButtonAction
Inheritance
ButtonAction
Inherited Members

Properties

Action

Action to execute

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

Property Value

AdaptiveCardAction

IsVisible

Is the button visible

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

Property Value

bool?

Style

Supported values: positive or default

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

Property Value

string

Title

Button title

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

Property Value

string