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

kCura.Relativity.ImportAPI.ExtendedImportAPI

namespace kCura.Relativity.ImportAPI { public class ExtendedImportAPI : ImportAPI, IExtendedImportAPI, IImportAPI { public ExtendedImportAPI(string userName, string password); public ExtendedImportAPI(string userName, string password, ILog logger); public ExtendedImportAPI(string userName, string password, string webServiceUrl); public ExtendedImportAPI(string userName, string password, string webServiceUrl, ILog logger); public new static ImportAPI CreateByTokenProvider(string webServiceUrl, IRelativityTokenProvider relativityTokenProvider, ILog logger = null); public void CleanUpAfterJobWithSpoofing(string onBehalfOfUserToken); public ImportBulkArtifactJob NewNativeDocumentImportJob(string token); public ImportBulkArtifactJob NewArtifactImportJob(string token, int artifactTypeID); } }