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

ExtendedImportAPI

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 static ImportAPI CreateByTokenProvider(string webServiceUrl, IRelativityTokenProvider relativityTokenProvider, ILog logger = null)

This factory method returns new ImportAPI object initialized with IRelativityTokenProvider

public void CleanUpAfterJobWithSpoofing(string onBehalfOfUserToken)

public ImportBulkArtifactJob NewArtifactImportJob(string token, int artifactTypeID)