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

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.