This documentation is for the old version. Go to the latest Upload Suite docs

Thumbnail.Index Property

Supported in: ActiveX , Java

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