Table of Contents

Class FilesConfig

Namespace
PrivMX.Endpoint.Inbox.Models
Assembly
PrivMX.Endpoint.dll

Represents the file configuration for creating a new entry in the Inbox.

public class FilesConfig
Inheritance
FilesConfig
Inherited Members

Properties

MaxCount

Maximum number of files to create a new entry.

public long MaxCount { get; set; }

Property Value

long

MaxFileSize

Maximum file size to create file in a new entry.

public long MaxFileSize { get; set; }

Property Value

long

MaxWholeUploadSize

Maximum total size of files to create a new entry.

public long MaxWholeUploadSize { get; set; }

Property Value

long

MinCount

Minimal number of files to create a new entry.

public long MinCount { get; set; }

Property Value

long