React FileManager - permissions
Specifies actions that a user is allowed to perform on files and folders.
Type:
jQuery
JavaScript
$(function () {
$("#file-manager").dxFileManager({
permissions: {
create: true,
copy: true,
move: true,
remove: true,
rename: true
},
// ...
});
});download
Specifies whether a user is allowed to download files and folders.
Type:
Default Value: false
Feel free to share topic-related thoughts here.
If you have technical questions, please create a support ticket in the DevExpress Support Center.
Thank you for the feedback!
If you have technical questions, please create a support ticket in the DevExpress Support Center.