cancel
Showing results for 
Search instead for 
Did you mean: 

FOLDER PERMISSIONS ON SITE

vanson
Champ on-the-rise
Champ on-the-rise

Is it possible to restrict site memebers from creating a folder in a site but allow them to only create a file.

Thanks

2 REPLIES 2

mehe
Elite Collaborator
Elite Collaborator

If you are familiar with the Alfresco SDK you could create a policy/behaviour for onCreate.
The simple way is to create a On-Create rule and a java-script file that's raising an exception when members try to create a folder. But it is possible to disable rules...

vanson
Champ on-the-rise
Champ on-the-rise

Hi Martin,

Please can you throw more light on the solution or any sample project I can refer ro implement the solution.