Class InboxFileAttachmentResultDto
Result of attaching a file through the inbox facade.
public sealed class InboxFileAttachmentResultDto
- Inheritance
-
InboxFileAttachmentResultDto
- Inherited Members
Properties
Error
public string? Error { get; set; }
Property Value
File
public FileDto? File { get; set; }
Property Value
Success
public bool Success { get; set; }
Property Value
Task
public InboxTaskResultDto? Task { get; set; }