Table of Contents

Class MegaFormFileContent

Namespace
MegaForm.Sdk
Assembly
MegaForm.Sdk.dll

The bytes + metadata of a file, ready to stream to a download response.

public sealed class MegaFormFileContent
Inheritance
MegaFormFileContent
Inherited Members

Properties

Content

Raw file bytes.

public byte[] Content { get; set; }

Property Value

byte[]

ContentType

MIME content type of the file.

public string ContentType { get; set; }

Property Value

string

FileName

Original file name to present to the downloader.

public string FileName { get; set; }

Property Value

string