ImportAPI
Provides methods for developing custom import utilities for documents, images, production sets, and Dynamic Objects.
Holds cookies for the current session.
The current WebAPI credentials.
For internal use only. Specifies where the document is being imported from.
Initializes a new instance of the ImportAPI class.
Uses the Password Authentication provider when userName and password are specified; otherwise, Integrated Authentication provider.
Initializes a new instance of the ImportAPI class.
Uses the Password Authentication provider when userName and password are specified; otherwise, Integrated Authentication provider.
Initializes a new instance of the ImportAPI class.
Uses the Password Authentication provider when userName and password are specified; otherwise, Integrated Authentication provider.
Initializes a new instance of the ImportAPI class.
Uses the Password Authentication provider when userName and password are specified; otherwise, Integrated Authentication provider.
public static ImportAPI CreateByBearerToken(string webServiceUrl, string bearerToken, ILog logger = null)
Creates a new instance of the ImportAPI class.
Uses the supplied bearer token to authenticate both WebAPI and REST API endpoints.
Creates a new instance of the ImportAPI class.
Uses the bearer token for the current ClaimsPrincipal and should only
be used by processes hosted by the Relativity Service Account (IE Agent).
protected static ImportAPI CreateByTokenProvider(string webServiceUrl, IRelativityTokenProvider relativityTokenProvider, ILog logger = null)
Returns the UploadMode that will be used to upload files to
the workspace specified by caseArtifactID.
Returns all production sets eligible for import.
Returns all uploadable artifact types associated with a given case.
Returns all fields that apply to a given artifact type.
Creates an ImageImportBulkArtifactJob with which to import a set of images.
Creates an ImportBulkArtifactJob to be used to import a set of native documents.
Creates an ImportBulkArtifactJob with which to import a set of artifacts of the given type.
Creates an ImageImportBulkArtifactJob with which to import a set of images into the given production set.
Returns a collection of all workspaces that are available for the logged in user.