Roxen Interactive RXML Help
<ac-set-permission/>
Set permission for a group on a given protection points associated protection class. Alternatively a source protection point can be given by any of the 'from-' attributes to copy all permisions from that protection points protection class. Note that global write access is required to copy permissions.
Attributes
- group
- group={string, int}
This attribute is required.
Username or numerical id of the group to set permissions for.
- perm
- perm={read, write, none, clear}
This attribute is required.
Type of permission.
Value Meaning read
Explicit read permission
write
Explicit write permission
none
Explicit no permission
clear
Remove any explicit type of permission. Permissions are allowed to be inherited from other group memberships.
- path
- path=string
Path to a file or directory that has an associated protection point.
- rxml
- rxml=string
The name of an RXML protection point.
- zone
- zone=string
The name of a zone to specify the zone protection point. Zone names are case sensitive.
- workarea
- workarea=string
The name of a work area to specify the workarea protection point. Work area names are case sensitive.
- plugin
- plugin=string
The name of a plugin to specify the plugin protection point. Plugin names are case sensitive.
- pphandle
- pphandle=string
The handle of any protection point. This is useful to specify other custom protection points like 'content editor'.
- from-path
- from-path=string
Path to a file or directory that has an associated protection point.
- from-rxml
- from-rxml=string
The name of an RXML protection point.
- from-zone
- from-zone=string
The name of a zone to specify the zone protection point. Zone names are case sensitive.
- from-workarea
- from-workarea=string
The name of a work area to specify the workarea protection point. Work area names are case sensitive.
- from-plugin
- from-plugin=string
The name of a plugin to specify the plugin protection point. Plugin names are case sensitive.
- from-pphandle
- from-pphandle=string
The handle of any protection point. This is useful to specify other custom protection points like 'content editor'.

