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

kCura.WinEDDS.Exporters.NullUserNotification

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