Value that shows if the specified item is selected for upload.
getImageUploader("ImageUploaderID").setPaneItemChecked(Index, value);
value = getImageUploader("ImageUploaderID").getPaneItemChecked(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).
This property can be set to false value only (true value is not allowed
due to security reasons). If the value of this property is false Image Uploader
unchecks the specified item depending on the layout mode:
This property can return both true or false values depending on the
Image Uploader layout mode:
true, as all items on the upload pane are selected for upload.true for all checked items on the folder pane.true for all items on the folder pane that also present on the upload pane.In all other cases, false is returned.