The following tables list the members exposed by FileUploadSession.
Public Properties
| Name | Description |
 | CancelledFiles |
Gets the collection of files that were cancelled from being uploaded, normally initiated by users.
|
 | FailedFiles |
Gets the collection of files that were not uploaded due to errors.
|
 | ProcessedFiles |
Gets the collection of files that have been processed, either the files are uploaded, cancelled or failed.
|
 | SelectedFiles |
Gets the collection of selected files to upload.
|
 | UploadedFiles |
Gets the collection of files that were uploaded successfully.
|
 | ValidFiles |
Gets the collection of files that are valid to upload.
|
Top
Public Methods
See Also