HTML Editor for ASP.NET AJAX
UploadStatus Class
Server ReferenceWinthusiasm.HtmlEditor.ImageBrowser.UploadStatusUploadStatus
This class encapsulates information about an upload in the Image Browser, successful or not.
Declaration Syntax
C#
[SerializableAttribute]
public class UploadStatus
Members
All MembersConstructorsFields



IconMemberDescription
UploadStatus()()()
Default constructor.

errorType
The upload error type.

fileName
The file name.

fileSize
The size of the file.

folder
The target folder to upload to.

height
The height of the image.

message
The upload status message.

mimeType
The mime type of the file.

path
The full path on the user machine of the file to upload.

status
The upload status type.

width
The width of the image.

Inheritance Hierarchy
Object
UploadStatus

Assembly: Winthusiasm.HtmlEditor (Module: Winthusiasm.HtmlEditor) Version: 2.3.0.0 (2.3.0.0)