ChatFileAttachmentSettingsBuilder
Methods
Icon(System.String)
The icon name for the file select button.
Parameters
value - System.String
The value that configures the icon.
FillMode(Kendo.Mvc.UI.ButtonFillMode)
The fill mode for the button (e.g., "flat", "solid", "outline").
Parameters
value - ButtonFillMode
The value that configures the fillmode.
Rounded(Kendo.Mvc.UI.Rounded)
The border radius for the button (e.g., "small", "medium", "large", "full").
Parameters
value - Rounded
The value that configures the rounded.
Size(Kendo.Mvc.UI.ComponentSize)
The size of the button (e.g., "small", "medium", "large").
Parameters
value - ComponentSize
The value that configures the size.
ThemeColor(Kendo.Mvc.UI.ThemeColor)
The theme color for the button (e.g., "base", "primary", "secondary").
Parameters
value - ThemeColor
The value that configures the themecolor.
Multiple(System.Boolean)
Whether to allow multiple file selection.
Parameters
value - System.Boolean
The value that configures the multiple.
Accept(System.String)
The accept attribute for the file input, specifying which file types are allowed.
Parameters
value - System.String
The value that configures the accept.
Restrictions(System.Action)
File restrictions configuration.
Parameters
configurator - System.Action<ChatFileAttachmentRestrictionsSettingsBuilder>
The action that configures the restrictions.