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).
Note
When you get this value through JavaScript, an integer value will be returned.
Property Value
An integer value that is the number of the items on the pane.