ClassChatShareAttachmentsCommandContext
Class
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