<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="10.3.0" />

PermissionDetailsChangeset

Represents the changeset of permission details.
public GroupPermissionsChangeset Disable(string[] names)

Disables the permissions with the specified names.

Disables the permissions with the specified names.

Disables all permissions.

public GroupPermissionsChangeset Enable(string[] names)

Enables the permissions with the specified names.

Enables the permissions with the specified names.

Enables all permissions.

public GroupPermissionsChangeset SetAll(bool selected)

Sets the specified selected state to all permissions.