Property UseOriginalFilename
UseOriginalFilename
Gets a value indicating whether uploaded attachments preserve their original file name.
Declaration
public bool UseOriginalFilename { get; }
Property Value
| Type | Description |
|---|---|
| bool |
|
Remarks
If false, the attachment should be added without a name to allow the system to generate one automatically.
If not provided in the form definition, the default value is true.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300.1 |
| .NET Windows | 300.1 |
| .NET Android | 300.1 |
| .NET iOS | 300.1 |