Click or drag to resize
FileStatus Class
Class holding information about the status of a file.
Inheritance Hierarchy
SystemObject
  Cadcorp.Web.UI.Controls.Admin.FileUploadFileStatus

Namespace: Cadcorp.Web.UI.Controls.Admin.FileUpload
Assembly: Cadcorp.Web.UI (in Cadcorp.Web.UI.dll) Version: 8.0.0.0 (8.0.0.0)
Syntax
C#
public class FileStatus

The FileStatus type exposes the following members.

Constructors
  NameDescription
Public methodFileStatus
Creates a new instance of FileStatus.
Public methodFileStatus(ImageInfo)
Creates a new instance of FileStatus
Public methodFileStatus(String, String, Int32, Int32, Int32, Int32)
Creates a new instance of FileStatus
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertydeleteType
Type of Delete, i.e. POST/PATCH etc
Public propertydeleteUrl
Delete URL.
Public propertyheight
File Height (if image).
Public propertyid
File ID.
Public propertyname
The File Name.
Public propertyoffsetx
X Offset.
Public propertyoffsety
Y Offset.
Public propertyprogress
Current upload progress.
Public propertythumbnailUrl
Thumbnail URL.
Public propertytype
The file Type.
Public propertyurl
File URL.
Public propertywidth
File Width (if image)
Top
See Also