Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
The SDK has some information on creating a custom file manager, so it may be possible to implement security within the custom file manager implementation.
EpiServer 5
http://sdk.episerver.com/library/cms5/Developers%20Guide/Sample%20Projects/Custom%20File%20Manager.htm
EpiServer 6
http://sdk.episerver.com/library/cms6/Developers%20Guide/Core%20Features/File%20System/How%20To/Custom%20File%20Manager.htm
Dave Green
Hi
A client I am working for has a requirement to lock down the visiblity of folders within the FileManagerBrowser.aspx page. I understand a user can be given permissions such as (create/read/delete) access to individual folders but is there anyways to stop folders/images being shown depending on the user/role.
Basically what I need to happen is if user 1 is viewing images through the file manager they should only be able to see the following top level folders:
/Global/Folder1
/Global/Folder2
And when user 2 is viewing images through the file manager they should only be able to see the following top level folders:
/Global/Folder3
Is this possible?
Regards
Lee