The Messages type exposes the following members.
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
CmykImagesNotAllowed |
Gets or sets a message which states that the selected image is CMYK, when CMYK images are denied for the upload. |
|
DeletingFilesError |
Gets or sets a message which states that the uploaded file cannot be deleted. |
|
DimensionsTooLarge |
Gets or sets a message which states that the width or height of the selected image is too large. |
|
DimensionsTooSmall |
Gets or sets a message which states that the width or height of selected image is too small. |
|
FileNameNotAllowed |
Gets or sets a message which states that a user tries to select a file, the name of which is not allowed. |
|
FileSizeTooSmall |
Gets or sets a message which states that a user tries to select a file that is too small. |
|
FilesNotAdded |
Gets or sets the message displayed when a user tries to add files and some of them were not added because of restrictions. |
|
MaxFileCountExceeded |
Gets or sets a message which states that a user tries to select too many files. |
|
MaxFileSizeExceeded |
Gets or sets a message which states that a user tries to select a file which is too big. |
|
MaxTotalFileSizeExceeded |
Gets or sets a message which states that the total size of selected files is too large. |
|
NoResponseFromServer |
Gets or sets a message which states that an error was encountered when sending a request to the server and the server did not return any response. |
|
ServerError |
Gets or sets a message which states that an error occured. |
|
ServerNotFound |
Gets or sets a message which states that the server, specified in the UploadSettings.ActionUrl parameter cannot be found. |
|
UnexpectedError |
Gets or sets a user-friendly message for errors which are meaningful to website developer only. |
|
UploadCancelled |
Gets or sets a message which states that a user cancelled the upload. |
|
UploadCompleted |
Gets or sets a message which notifies that the upload is successfully finished. |
|
UploadFailed |
Gets or sets a message which states that the upload failed because the connection was broken. |