IAdminPermissionService
Represents the admin permission API service.
Sets the group seletor (added/removed groups) to and from admin permissions.
Adds the group to admin permissions.
Adds the group to admin permissions.
Gets the admin permissions for a group.
Gets the admin permissions for a group.
Gets the admin group selector.
Sets the admin permissions for a group.
void SetAdminGroupPermissions(int groupId, Action<GroupPermissionsChangeset> groupPermissionsChangesetSetter)
Sets the admin permissions for a group using changeset setter.
Sets the admin permissions for a group using changeset.
void SetAdminGroupPermissions(string groupName, Action<GroupPermissionsChangeset> groupPermissionsChangesetSetter)
Sets the admin permissions for a group using changeset setter.
void SetAdminGroupPermissions(string groupName, GroupPermissionsChangeset groupPermissionsChangeset)
Sets the admin permissions for a group using changeset.