IMBackAction Class

Definition

Caution

This class is deprecated. Use ImBackSubmitActionData instead. This will be removed in a future version of the SDK.

[System.Obsolete("This class is deprecated. Use ImBackSubmitActionData instead. This will be removed in a future version of the SDK.")]
public class IMBackAction : Microsoft.Teams.Cards.SubmitAction
[<System.Obsolete("This class is deprecated. Use ImBackSubmitActionData instead. This will be removed in a future version of the SDK.")>]
type IMBackAction = class
    inherit SubmitAction
Public Class IMBackAction
Inherits SubmitAction
Inheritance
Attributes

Constructors

Name Description
IMBackAction(String)

Properties

Name Description
AssociatedInputs (Inherited from SubmitAction)
ConditionallyEnabled (Inherited from SubmitAction)
Data (Inherited from SubmitAction)
Fallback (Inherited from SubmitAction)
IconUrl (Inherited from SubmitAction)
Id (Inherited from SubmitAction)
IsEnabled (Inherited from SubmitAction)
Key (Inherited from SubmitAction)
MenuActions (Inherited from SubmitAction)
Mode (Inherited from SubmitAction)
Msteams (Inherited from SubmitAction)
Requires (Inherited from SubmitAction)
Style (Inherited from SubmitAction)
ThemedIconUrls (Inherited from SubmitAction)
Title (Inherited from SubmitAction)
Tooltip (Inherited from SubmitAction)
Type (Inherited from SubmitAction)

Methods

Name Description
Serialize() (Inherited from SubmitAction)
WithAssociatedInputs(AssociatedInputs) (Inherited from SubmitAction)
WithConditionallyEnabled(Boolean) (Inherited from SubmitAction)
WithData(IUnion<String,SubmitActionData>) (Inherited from SubmitAction)
WithFallback(IUnion<Action,FallbackAction>) (Inherited from SubmitAction)
WithIconUrl(String) (Inherited from SubmitAction)
WithId(String) (Inherited from SubmitAction)
WithIsEnabled(Boolean) (Inherited from SubmitAction)
WithKey(String) (Inherited from SubmitAction)
WithMenuActions(Action[]) (Inherited from SubmitAction)
WithMenuActions(IList<Action>) (Inherited from SubmitAction)
WithMode(ActionMode) (Inherited from SubmitAction)
WithMsteams(TeamsSubmitActionProperties) (Inherited from SubmitAction)
WithRequires(HostCapabilities) (Inherited from SubmitAction)
WithStyle(ActionStyle) (Inherited from SubmitAction)
WithThemedIconUrls(IList<ThemedUrl>) (Inherited from SubmitAction)
WithThemedIconUrls(ThemedUrl[]) (Inherited from SubmitAction)
WithTitle(String) (Inherited from SubmitAction)
WithTooltip(String) (Inherited from SubmitAction)

Applies to