Show / Hide Table of Contents

Interface IImportApiService

Represents the REST HTTP service that provides NOTHING.

Namespace: Relativity.Testing.Framework.Api.Services
Assembly: Relativity.Testing.Framework.Api.dll
Syntax
public interface IImportApiService

Methods

| Improve this Doc View Source

NewImageImportJob()

Declaration
ImageImportBulkArtifactJob NewImageImportJob()
Returns
Type Description
ImageImportBulkArtifactJob
| Improve this Doc View Source

NewNativeDocumentImportJob()

Declaration
ImportBulkArtifactJob NewNativeDocumentImportJob()
Returns
Type Description
ImportBulkArtifactJob
| Improve this Doc View Source

NewProductionImportJob(Int32)

Declaration
ImageImportBulkArtifactJob NewProductionImportJob(int productionId)
Parameters
Type Name Description
System.Int32 productionId
Returns
Type Description
ImageImportBulkArtifactJob
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX