FileStatus Constructor (String, String, Int32, Int32, Int32, Int32) |
Creates a new instance of FileStatus
Namespace: Cadcorp.Web.UI.Controls.Admin.FileUploadAssembly: Cadcorp.Web.UI (in Cadcorp.Web.UI.dll) Version: 8.0.0.0 (8.0.0.0)
Syntaxpublic FileStatus(
string iconName,
string fileName,
int height,
int width,
int offsetx,
int offsety
)
Parameters
- iconName
- Type: SystemString
Name to be used in the system. - fileName
- Type: SystemString
Filename - height
- Type: SystemInt32
Height of the image - width
- Type: SystemInt32
Width of the image - offsetx
- Type: SystemInt32
Offset X - offsety
- Type: SystemInt32
Offset Y
See Also