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

GenericPermission

public class GenericPermission
Represents the generic permission.
public List<GenericPermission> Children { get; set; }

Gets or sets the child permissions.

public bool Editable { get; set; }

Gets or sets a value indicating whether this permission is editable.

public string Name { get; set; }

Gets or sets the name.

public bool Selected { get; set; }

Gets or sets a value indicating whether this permission is selected.

public int Value { get; set; }

Gets or sets the value (artifact ID).

public void Disable()

Disables this permission.

public void DisableAll()

Disables this permission and all its child permissions.

public void Enable()

Enables this permission.

public void EnableAll()

Enables this permission and all its child permissions.

public void EnableWith(IEnumerable<string> childPermissionNames)

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