<PackageReference Include="Relativity.Server.Services.DataContracts.SDK" Version="5000.0.2" />

Relativity.Services.Permission.PermissionTypeExtension

public static class PermissionTypeExtension
Permission Type Extensions
public static bool IsMultiplePermissionType(this PermissionType permissionType)

Returns true if the PermissionType returns a type that can only have a multiple permissions of that type per object type.

public static bool IsSinglePermissionType(this PermissionType permissionType)

Returns true if the PermissionType returns a type that can only have a single permission of that type per object type.