Aurigma Image Uploader 6.5 Dual
Thumbnail.Index Property
Index of the upload list item which is represented with this Thumbnail control.
Syntax
Get/Set Value in Runtime
JavaScript
getImageUploader("ThumbnailID").setIndex(value);
value = getImageUploader("ThumbnailID").getIndex();Property Value
A positive integer value that returns an index of this thumbnail in the upload list.
Remarks
You can use this value to access all necessary data of the upload list items (through UploadFileXXX properties).
See Also
Reference
- UploadFileAngle Property
- UploadFileCount Property
- UploadFileCountChange Event
- UploadFileDescription Property
- UploadFileFocused Property
- UploadFileFormat Property
- UploadFileGuid Property
- UploadFileHeight Property
- UploadFileHorizontalResolution Property
- UploadFileName Property
- UploadFileRemove() Method
- UploadFileSelected Property
- UploadFileSize Property
- UploadFileType Property
- UploadFileVerticalResolution Property
- UploadFileWidth Property