Number of items on the specified pane.
value = getImageUploader("ImageUploaderID").getPaneItemCount(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). |
When you get this value through JavaScript, an integer value will be returned.
An integer value that is the number of the items on the pane.