IImportAPI Interface

Relativity Import APIs
Provides methods for obtaining data on the current status of workspaces and cases. Also provides methods that create jobs for importing images and native documents.

Namespace:  kCura.Relativity.ImportAPI
Assembly:  Relativity.DataExchange.Client.SDK (in Relativity.DataExchange.Client.SDK.dll) Version: 1.5.0
Syntax

public interface IImportAPI

The IImportAPI type exposes the following members.

Methods

  NameDescription
Public methodGetFileUploadMode
Returns the mode in which the files will be uploaded.
Public methodGetProductionSets
Returns all production sets belonging to the workspace.
Public methodGetUploadableArtifactTypes
Returns a collection of the ArtifactTypes it is possible to upload.
Public methodGetWorkspaceFields
Returns all fields related to the given ArtifactType in the given workspace.
Public methodNewImageImportJob
Creates a new job to import images in bulk.
Public methodNewNativeDocumentImportJob
Creates a new job to import native documents in bulk.
Public methodNewObjectImportJob
Creates a new job to import objects in bulk.
Public methodNewProductionImportJob
Creates a new job to import production images in bulk.
Public methodWorkspaces
Returns all available workspaces.
Top
See Also

Reference