AIChatUploadFileInfo.Type Property
Returns the file type.
Namespace: DevExpress.AIIntegration.Blazor.Chat
Assembly: DevExpress.AIIntegration.Blazor.Chat.v25.1.dll
NuGet Package: DevExpress.AIIntegration.Blazor.Chat
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
String | The file type. |
Remarks
Refer to the AIChatUploadFileInfo class description for more information and an example.
See Also