Upload |
This is preliminary documentation and is subject to change.
The UploadResult type exposes the following members.
| Name | Description | |
|---|---|---|
| FileKey | For Warning and Continue, the file key to be passed into the next upload attempt. | |
| FileRevision | For a successful upload or stashing, gets the revision information for the uploaded file. | |
| Offset | When performing chunked uploading, gets the starting offset of the next chunk. | |
| ResultCode | A brief word describing the result of the operation. | |
| StashErrors | Gets a collection of errors during stashing the chunk or the file to be uploaded. (MW 1.29+) | |
| Warnings | Gets a collection of warnings resulted from this upload. |