[This is preliminary documentation and is subject to change.]
Returns the upload status of the file uploaded.
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
| C# |
|---|
public enum UploadStatus |
| Visual Basic (Declaration) |
|---|
Public Enumeration UploadStatus |
| Visual C++ |
|---|
public enum class UploadStatus |
Members
| Member name | Description | |
|---|---|---|
| Success |
Success Status
| |
| SavingToServerFailed |
The file could not be saved to the OfficeClip server.
| |
| ClientFileNotAccessible |
The client file could not be accessed from the OfficeClip Server.
| |
| EmptyPostedFile |
The posted file is empty. OfficeClip does not store empty files.
| |
| FileAlreadyExists |
Another file with the same name already exists in the same
directory.
|
