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

GenericPermissionChangeset

Represents the changeset of generic permission.
public GenericPermissionChangeset this[string name] { get; }

Updates the GroupPermissionsChangeset.

Disables the permission.

Disables the permission and all its child permissions.

Executes the specified action that can modify the permission changeset.

Enables the permission.

Enables the permission and all its child permissions.

public GroupPermissionsChangeset EnableWith(string[] childPermissionNames)

Enables the permission and all its child permissions with particular names.

public GroupPermissionsChangeset EnableWith(IEnumerable<string> childPermissionNames)

Enables the permission and all its child permissions with particular names.