disable 'Inherit Parent Space Permissions'
![thestorm thestorm](https://connect.hyland.com/legacyfs/online/avatars/Blue-user-logo.png)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2010 08:54 AM
Hi guys,
is there any way how i can by default disable that a new folder inherits the parent space permissions?
is there any way how i can by default disable that a new folder inherits the parent space permissions?
Labels:
- Labels:
-
Archive
1 REPLY 1
![mikemars mikemars](https://connect.hyland.com/legacyfs/online/avatars/Blue-user-logo.png)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2010 10:40 AM
Hi,
I'm not sure if there is a way to do it using configuration, but you can disable inheritance using a behaviour.
So your behaviour would implement the OnCreateNodePolicy, you bind it to ContentModel.TYPE_FOLDER and within the onCreateNode method use the
I'm not sure if there is a way to do it using configuration, but you can disable inheritance using a behaviour.
So your behaviour would implement the OnCreateNodePolicy, you bind it to ContentModel.TYPE_FOLDER and within the onCreateNode method use the
permissionService.setInheritedParentPermissions(childAssocRef.getChildRef(), false);
![](/skins/images/3EA4296CAFBBFFCF1FE252BDE05FE3BC/responsive_peak/images/icon_anonymous_message.png)