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
findAll
finds all files by a criterion
array
findAll
(
object|function
conf
);
conf
object|function
the criteria for a file
array
an array with file objects
Example
var
files
=
vault.
data
.
findAll
(
{
by
:
"status"
,
match
:
"failed"
}
)
;
See also
API
find
Articles
Managing Files
Back to top