Add(ChangeSetRight):Void
Adds permissions of a group to the ChangeSet.
With this method, ChangeSet permissions can be set for a group. For this purpose, a ChangeSetRight must be generated from a group and permissions set. The instance can then be transferred to this method.
Return type: System.Void
Parameter
- right
Type: Onion.Client.ChangeSetRight
This parameter contains the permissions to be set for the ChangeSet as well as the group for which the permissions are to apply.
If a ChangeSet has already been indicated in the parameter, then an exception of the type System.ArgumentException is triggered with the message "AddRight required a temporary right created from a group"