Remove(ChangeSetRight):Void

Removes an permission for the ChangeSet.

By means of this method, the permissions a group has for a ChangeSet can be removed.

Return type: System.Void

Parameter

right

Type: Onion.Client.ChangeSetRight

This parameter is the complete permission for a ChangeSet in a group. Both the ChangeSet and the group for which the permissions are to be removed must be indicated.

If a ChangeSet is not indicated or does not correspond to the current ChangeSet, then an exception of the type System.ArgumentException is triggered with the message "The right does not belong to this changeset".