Aurigma Image Uploader 6.5 Dual
ImageUploader.PaneItemCount Property
Number of items on the specified pane.
Syntax
Get/Set Value in Runtime
JavaScript
value = getImageUploader("ImageUploaderID").getPaneItemCount(Pane);Parameters
- Pane
-
A member of the following enumeration:
String value Integer value Description FolderPane 0 A folder pane (which displays the current folder content).
UploadPane 1 An upload pane (which displays files from the upload list).
Property Value
An integer value that is the number of the items on the pane.