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
remove
removes the specified file from the queue
void
remove
(
string
id
);
id
string
the id of the file
Example
vault.
data
.
remove
(
"file_id"
)
;
See also
API
removeAll
Articles
Managing Files
Back to top