Value that shows if the specified item can be uploaded at all.
value = getImageUploader("ImageUploaderID").getPaneItemCanBeUploaded(Index);
A non-negative integer that specifies an index of a thumbnail item on a pane (zero-based). It should not exceed PaneItemCount - 1
for the implied pane. Depending on the layout mode, the following panes are implied:
A boolean value (true
or false
). If true
, the item can be uploaded (added to the upload pane or checked).
The value of this property depends on the layout mode being used. That is:
true
.true
for items that satisfy all specified restrictions and thus can be checked for upload.true
for items that satisfy all specified restrictions and thus can be added to the upload pane.