Class FilesConfig
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
MaxFileSize
Maximum file size to create file in a new entry.
public long MaxFileSize { get; set; }
Property Value
MaxWholeUploadSize
Maximum total size of files to create a new entry.
public long MaxWholeUploadSize { get; set; }
Property Value
MinCount
Minimal number of files to create a new entry.
public long MinCount { get; set; }