Skip to content

DevExpress-Examples/asp-net-web-forms-file-manager-custom-filesystem-provider-with-permissions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Manager for ASP.NET Web Forms - Implement custom file system provider and set file/folder permissions

This example demonstrates how to create a custom file system provider and assign permissions to each folder or file.

This example uses two tables. The first one - FileSystemItems - contains all the files and folders. The second one - PermissionsSet - contains all the permissions assigned to folders or files.

It is required only to create a custom FileSystem provider and additionally override the GetFilePermissions and GetFolderPermissions methods that are used to gather permissions.

Files to Review

Documentation

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)