Import Service API builders

Builders provided in the Relativity.Import.Models.SDK package help create settings for import jobs and data sources in a correct and consistent way. We recommend you prepare these objects in a .NET application. Using the builders in a client application avoids the risk of an incorrect configuration that may lead to errors during the import process.

ImportDocumentsSettingsBuilder

The following code sample illustrates how to use the ImportDocumentsSettingsbuilder to create ImportDocumentSettings. For more information, see Import documents.

ImportRdoSettingsBuilder

The following code sample illustrates how to use the ImportRdoSettingsbuilderto create ImportRdoSettings. For more information, see Import data into RDOs.

DataSourceSettingsBuilder

The following code sample illustrates how to use the DataSourceSettingsBuilder to create DataSourceSettings.