Samples
Forum
Support
Documentation
add
filter
find
findAll
getId
getIndex
getItem
load
map
move
parse
reduce
remove
removeAll
serialize
sort
update
Start
dhtmlxVault API
Data Collection
getId
looks up the ID of a file by its index in the queue
string
getId
(
number
index
);
index
number
the position of the file in the list of Vault
string
the id of a file
Example
var
id
=
vault.
data
.
getId
(
0
)
;
See also
API
getIndex
getItem
Articles
Managing Files
Back to top