ClassPromptInputAttachedFile
Represents an attached file in the RadPromptInput.
Definition
Namespace:Telerik.Maui.Controls.PromptInput
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class PromptInputAttachedFile : NotifyPropertyChangedBase, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBasePromptInputAttachedFile
Derived Classes:
Implements:
Inherited Members
Constructors
PromptInputAttachedFile()
Initializes a new instance of the class.
Declaration
public PromptInputAttachedFile()
PromptInputAttachedFile(IFileInfo)
Initializes a new instance of the class with a IFileInfo.
Declaration
public PromptInputAttachedFile(IFileInfo file)
Parameters
file
Properties
Data
Gets or sets some custom information about the particular item. The RadPromptInput does not use this property anywhere, use this to carry a payload of information for your convenience.
FileName
Gets or sets the short file name of the attachment that will be displayed in the message.
FileSize
Gets or sets the size of the attachment in bytes.
GetFileStream
Gets or sets the func that provides a stream of the attachment.