Class
ChatShareAttachmentsCommandContext

An object that carries information relevant to the ShareAttachmentsCommand.

Definition

Namespace:Telerik.Maui.Controls.Chat

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class ChatShareAttachmentsCommandContext

Inheritance: objectChatShareAttachmentsCommandContext

Fields

Attachments

Gets the attachments to be shared.

Declaration

cs-api-definition
public readonly IEnumerable<ChatAttachment> Attachments

Field Value

IEnumerable<ChatAttachment>

Handled

Gets or sets a value indicating whether the sharing of attachments has already been handled. When set to true, the RadChat will not execute the default file sharing logic. When set to false, the RadChat will handle the file sharing.

Declaration

cs-api-definition
public bool Handled

Field Value

bool

In this article
DefinitionFieldsAttachmentsHandled
Not finding the help you need?
Contact Support