Table of Contents

Class InboxFileAttachmentResultDto

Namespace
MegaForm.Sdk
Assembly
MegaForm.Sdk.dll

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

string

File

public FileDto? File { get; set; }

Property Value

FileDto

Success

public bool Success { get; set; }

Property Value

bool

Task

public InboxTaskResultDto? Task { get; set; }

Property Value

InboxTaskResultDto