FileDetail
Description
The structure represents an instance of the File Detail entity.
Constructor
| Constructor | Description |
|---|---|
| FileDetail | Initializes a new instance of the FileDetail object model. |
Properties
| Property | Description |
|---|---|
| OriginalName | The original name of the file uploaded. |
| Name | The name of the file. |
| FormName | The name of the form to which this file is attached. |
| AttachmentControl | The attachment control in which the file has been uploaded. |
| Path | Absolute path where the file is being downloaded. |