this[IGroup, Boolean]:ChangeSetRight
Returns the permissions for the indicated group or creates a new instance.
With this method, the permissions of a group for the ChangeSet can be called. If no permissions for the ChangeSet exist for the group, a new permission can be generated.
Return type: Onion.Client.ChangeSetRight
Parameter
- group
Type: Onion.Client.IGroup
This parameter is the group for which the permissions for the ChangeSet are to be returned.
- createIfNotExists
Type: System.Boolean
This parameter indicates whether a new permission is to be created, should there be no permissions for the ChangeSet for the group indicated.
If the value false is indicated, then no new permission is generated and NULL is returned.