Class
CardPickerContext

Represents a context that holds information about the card picker that is displayed in the chat.

Definition

Constructors

CardPickerContext()

Declaration

cs-api-definition
public CardPickerContext()

Properties

Cards

Gets or sets a collection of cards that are displayed by the card picker.

Declaration

cs-api-definition
public IEnumerable<CardContext> Cards { get; set; }

Property Value

IEnumerable<CardContext>

Methods

CanExecuteOk()

Determines whether the Ok button of the picker can be clicked.

Declaration

cs-api-definition
public override bool CanExecuteOk()

Returns

bool

True if the button should be enabled, false otherwise.

Overrides PickerContext.CanExecuteOk()