AIChatUploadFileInfo.Guid Property
Returns the file’s globally unique identifier.
Namespace: DevExpress.AIIntegration.Blazor.Chat
Assembly: DevExpress.AIIntegration.Blazor.Chat.v25.2.dll
NuGet Package: DevExpress.AIIntegration.Blazor.Chat
Declaration
public string Guid { get; }
Property Value
| Type | Description |
|---|---|
| String | The file’s GUID. |
Implements
See Also