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
The IImportAPI type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | GetFileUploadMode |
Returns the mode in which the files will be uploaded.
|
![]() | GetProductionSets |
Returns all production sets belonging to the workspace.
|
![]() | GetUploadableArtifactTypes |
Returns a collection of the ArtifactTypes it is possible to upload.
|
![]() | GetWorkspaceFields |
Returns all fields related to the given ArtifactType in the given workspace.
|
![]() | NewImageImportJob |
Creates a new job to import images in bulk.
|
![]() | NewNativeDocumentImportJob |
Creates a new job to import native documents in bulk.
|
![]() | NewObjectImportJob |
Creates a new job to import objects in bulk.
|
![]() | NewProductionImportJob |
Creates a new job to import production images in bulk.
|
![]() | Workspaces |
Returns all available workspaces.
|
See Also