Table of Contents

Class InboxFileAttachmentRequest

Namespace
MegaForm.Sdk
Assembly
MegaForm.Sdk.dll

File attachment request for a workflow inbox task.

public sealed class InboxFileAttachmentRequest
Inheritance
InboxFileAttachmentRequest
Inherited Members

Properties

Content

public Stream Content { get; set; }

Property Value

Stream

ContentType

public string ContentType { get; set; }

Property Value

string

FieldKey

public string FieldKey { get; set; }

Property Value

string

FileName

public string FileName { get; set; }

Property Value

string

SizeBytes

public long? SizeBytes { get; set; }

Property Value

long?

TaskId

public string TaskId { get; set; }

Property Value

string