FileStatus Class |
Namespace: Cadcorp.Web.UI.Controls.Admin.FileUpload
public class FileStatus
The FileStatus type exposes the following members.
Name | Description | |
---|---|---|
![]() | FileStatus |
Creates a new instance of FileStatus.
|
![]() | FileStatus(ImageInfo) |
Creates a new instance of FileStatus
|
![]() | FileStatus(String, String, Int32, Int32, Int32, Int32) |
Creates a new instance of FileStatus
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | deleteType |
Type of Delete, i.e. POST/PATCH etc
|
![]() | deleteUrl |
Delete URL.
|
![]() | height |
File Height (if image).
|
![]() | id |
File ID.
|
![]() | name |
The File Name.
|
![]() | offsetx |
X Offset.
|
![]() | offsety |
Y Offset.
|
![]() | progress |
Current upload progress.
|
![]() | thumbnailUrl |
Thumbnail URL.
|
![]() | type |
The file Type.
|
![]() | url |
File URL.
|
![]() | width |
File Width (if image)
|