Enum SaveFormat
Specifies the format in which attachments will be saved.
Namespace: Syncfusion.Blazor.InteractiveChat
Assembly: Syncfusion.Blazor.dll
Syntax
public enum SaveFormat
Remarks
Determines how attachment files are stored and processed on the server.
Examples
<SfChatUI>
<ChatUIAttachmentSettings SaveFormat="SaveFormat.Base64" />
</SfChatUI>
Fields
| Name | Description |
|---|---|
| Base64 | Specifies that the attachment will be saved as a Base64-encoded string. |
| Blob | Specifies that the attachment will be saved as a Blob object. |