Blazor File Manager Example - Access Control

File Manager / Use Case / Access Control

The File Manager that gives you complete control over who can access your folders and files. With this essential feature, you can define access permissions and create a secure and organized digital environment. This File Manager sample demonstrates that the enabled access permission will permit only read action and will not allow the user to perform any write action on the documents, music folders, and the bird image file inside the pictures/nature folder.

Loading Syncfusion Blazor Server Demos…

The access control feature allows you to define access permissions for folders and files using a set of access rule properties based on user's role. When write access permission is restricted for the Documents folder, the permission returned in response will be as shown below:

permission: {copy: false, download: false, write: false, writeContents: false, read: true, upload: false}

For more details on defining rules for access control on folder and file , refer the GitHub location.

Transform your Blazor web apps today with Syncfusion® Blazor components
100+ high-performance and responsive UI components
Dedicated support
Hassle-free licensing
TRY IT FOR FREE