kCura.WinEDDS.IExporter
namespace kCura.WinEDDS
{
public interface IExporter : IExporterStatusNotification
{
int DocumentsExported { get; set; }
IUserNotification InteractionManager { get; set; }
bool ExportSearch();
}
}