voltmx.io.FileList Namespace
FileList namespace represents the list of file objects.
FileList Properties:Name | Description |
---|---|
length: [type: Number, ReadOnly] | Returns the number of files in the FileList object. |
The FileList library comprises of the following API.
Functions
The voltmx.io.FileList namespace contains the following functions.
item
The item API returns the File object at the specified index in the FileList.
Syntax
Input Parameters
Parameter | Description |
---|---|
Index | Index in the FileList. |
Example
Return Values
Return Value | Description |
---|---|
File | File object at specified index. Null if there is no File at specified index or if index is not in FileList range. |
Exceptions
None
Platform Availability
Available for iOS, Android, and Windows platforms.