React FileManager - permissions
Selector: Permissions
Type:
App.js
- import React from 'react';
- import FileManager, { Permissions } from 'devextreme-react/file-manager';
- const App = () => {
- return (
- <FileManager>
- <Permissions
- create={true}
- copy={true}
- move={true}
- delete={true}
- rename={true}
- upload={true}
- download={true}>
- </Permissions>
- </FileManager>
- );
- };
- export default App;
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.