Index of the upload list item which is represented with this Thumbnail control.

Syntax

Get/Set Value in Runtime
JavaScript CopyCode imageCopy Code
value = getImageUploader("ThumbnailID").getIndex();
Property Value

A positive integer value that returns an index of this thumbnail in the upload list.

Default value is "".

Remarks

You can use this value to access all necessary data of the upload list items (through UploadFileXXX properties).

See Also