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