controls the number of files allowed to be added to list
count | number | max number of files the user can upload |
// from init
var myVault = new dhtmlXVaultObject({
filesLimit: 5
});
// for existing instance
myVault.setFilesLimit(5);
This API page is for Vault v2.5. Please go to docs.dhtmlx.com/vault/ to see API reference for the current version of dhtmlxVault.