<PackageReference Include="Relativity.Server.Import.SDK" Version="2.9.2" />

IUserNotification

public interface IUserNotification
namespace kCura.WinEDDS.Exporters { public interface IUserNotification { void Alert(string message); void AlertCriticalError(string message); bool AlertWarningSkippable(string message); } }