<PackageReference Include="Relativity.Api" Version="10.0.199.13" />

IPermissionChecker

public interface IPermissionChecker

Checks if the user has permission for an admin operation.

bool HasPermission(IArtifactRef artifactRef, PermissionType permission)

Checks if the user has a permission for an artifact.

Checks if the user has multiple permissions for an artifact.

Checks if the user has multiple permission type for multiple artifacts.