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
getIndex
gets the index of a file by its ID
number
getIndex
(
string
id
);
id
string
the id of a file
number
the index of a file - its position in the Vault queue
Example
var
index
=
vault.
data
.
getIndex
(
"file_id"
)
;
See also
API
getId
getItem
Back to top