Class
ChatDownloadAttachmentsCommandContext

An object that carries information relevant to the DownloadAttachmentsCommand.

Definition

Namespace:Telerik.Maui.Controls.Chat

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class ChatDownloadAttachmentsCommandContext

Inheritance: objectChatDownloadAttachmentsCommandContext

Fields

Attachments

Gets the attachments to be downloaded.

Declaration

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

Field Value

IEnumerable<ChatAttachment>

Handled

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

Declaration

cs-api-definition
public bool Handled

Field Value

bool

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