IImportBulkArtifactJob
Describe the functionality for importing Artifacts into a workspace, setting import parameters, loading data, and retrieving messages from the OnMessage event.
namespace kCura.Relativity.DataReaderClient
{
public interface IImportBulkArtifactJob
{
void Execute();
void ExportErrorReport(string filePathAndName);
void ExportErrorFile(string filePathAndName);
}
}