Aurigma ActiveX/Java Uploader 8.0.33
Thumbnail Class
This class represents a standalone thumbnail bound with some upload pane item of ActiveX/Java Uploader.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Syntax
Visual Basic
Public Class Thumbnail _ Inherits BaseControl
C#
public class Thumbnail : BaseControl
Remarks
This control can be used to build a custom upload list. For example, you can add extra fields for each item or design new upload list layout.
The idea is the following:
- Insert this control instance to the necessary position in HTML.
- Associate the control with an instance of Uploader which contains the upload list where to bind items from. You can do it using the ParentControlName property.
- Bind the control with some item from the upload list using the Guid property.
Inheritance Hierarchy
System..::..Object
L
System.Web.UI..::..Control
L
Aurigma.ImageUploader..::..BaseControl
L
Aurigma.ImageUploader..::..Thumbnail