ChatFileAttachmentSettingsBuilder

Methods

Icon(System.String)

The icon name for the file select button.

Parameters

value - System.String

The value for Icon

RETURNS

Returns the current ChatFileAttachmentSettingsBuilder instance.

FillMode(Kendo.Mvc.UI.ButtonFillMode)

The fill mode for the button (e.g., "flat", "solid", "outline").

Parameters

value - ButtonFillMode

The value for FillMode

RETURNS

Returns the current ChatFileAttachmentSettingsBuilder instance.

Rounded(Kendo.Mvc.UI.Rounded)

The border radius for the button (e.g., "small", "medium", "large", "full").

Parameters

value - Rounded

The value for Rounded

RETURNS

Returns the current ChatFileAttachmentSettingsBuilder instance.

Size(Kendo.Mvc.UI.ComponentSize)

The size of the button (e.g., "small", "medium", "large").

Parameters

value - ComponentSize

The value for Size

RETURNS

Returns the current ChatFileAttachmentSettingsBuilder instance.

ThemeColor(Kendo.Mvc.UI.ThemeColor)

The theme color for the button (e.g., "base", "primary", "secondary").

Parameters

value - ThemeColor

The value for ThemeColor

RETURNS

Returns the current ChatFileAttachmentSettingsBuilder instance.

Multiple(System.Boolean)

Whether to allow multiple file selection.

Parameters

value - System.Boolean

The value for Multiple

RETURNS

Returns the current ChatFileAttachmentSettingsBuilder instance.

Accept(System.String)

The accept attribute for the file input, specifying which file types are allowed.

Parameters

value - System.String

The value for Accept

RETURNS

Returns the current ChatFileAttachmentSettingsBuilder instance.

Restrictions(System.Action)

File restrictions configuration.

Parameters

configurator - System.Action<ChatFileAttachmentRestrictionsSettingsBuilder>

The configurator for the restrictions setting.

RETURNS

Returns the current instance of ChatFileAttachmentSettingsBuilder .