IWorkspacePermissionService
Represents the workspace permission API service.
Add and remove groups to and from admin permissions.
Adds the workspace to the group.
Adds the workspace to the group.
Adds the workspace to the groups.
Adds the workspace to the groups.
Gets the the group permissions for the workspace.
Gets the the group permissions for the workspace.
Gets the group selector of specified workspace.
Sets the group permissions for the workspace.
void SetWorkspaceGroupPermissions(int workspaceId, int groupId, Action<GroupPermissionsChangeset> groupPermissionsChangesetSetter)
Sets the group permissions for the workspace using changeset setter.
void SetWorkspaceGroupPermissions(int workspaceId, string groupName, Action<GroupPermissionsChangeset> groupPermissionsChangesetSetter)
Sets the group permissions for the workspace using changeset setter.
void SetWorkspaceGroupPermissions(int workspaceId, int groupId, GroupPermissionsChangeset groupPermissionsChangeset)
Sets the group permissions for the workspace using changeset.
void SetWorkspaceGroupPermissions(int workspaceId, string groupName, GroupPermissionsChangeset groupPermissionsChangeset)
Sets the group permissions for the workspace using changeset.