Class UploadSecurityData
Inherited Members
Namespace: CoreUpload.Security
Assembly: CoreUpload.dll
Syntax
public class UploadSecurityData
Properties
AllowedExtensions
Declaration
public string[] AllowedExtensions { get; set; }
Property Value
| Type | Description |
|---|---|
| string[] |
ExpiresUtc
Declaration
public DateTime ExpiresUtc { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
MaxFileSize
Declaration
public long MaxFileSize { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
MaxFiles
Declaration
public int MaxFiles { get; set; }
Property Value
| Type | Description |
|---|---|
| int |