O365ConnectorCardInputBase Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
O365 connector card input for ActionCard action.
public class O365ConnectorCardInputBase
type O365ConnectorCardInputBase = class
Public Class O365ConnectorCardInputBase
- Inheritance
-
O365ConnectorCardInputBase
- Derived
Constructors
O365ConnectorCardInputBase() |
Initializes a new instance of the O365ConnectorCardInputBase class. |
O365ConnectorCardInputBase(String, String, Nullable<Boolean>, String, String) |
Initializes a new instance of the O365ConnectorCardInputBase class. |
Properties
Id |
Gets or sets input ID. It must be unique per entire O365 connector card. |
IsRequired |
Gets or sets define if this input is a required field. Default value is false. |
Title |
Gets or sets input title that will be shown as the placeholder. |
Type |
Gets or sets input type name. Possible values include: 'textInput', 'dateInput', 'multichoiceInput'. |
Value |
Gets or sets default value for this input field. |