Skip to main content
All docs
V25.1
  • AIChatUploadFileInfo.Data Property

    Returns file content in binary data format.

    Namespace: DevExpress.AIIntegration.Blazor.Chat

    Assembly: DevExpress.AIIntegration.Blazor.Chat.v25.1.dll

    NuGet Package: DevExpress.AIIntegration.Blazor.Chat

    Declaration

    public ReadOnlyMemory<byte> Data { get; set; }

    Property Value

    Type Description
    ReadOnlyMemory<Byte>

    File byte content stored as an immutable memory buffer.

    Remarks

    Refer to the AIChatUploadFileInfo class description for more information and an example.

    See Also