IProductionDataSourceManager
The interface enables interaction with Relativity Production Data Sources.
Creates a production datasource in the workspace.
Deletes a production datasource in the workspace.
Task<ProductionDataSourceDefaultFieldValues> GetProductionDataSourceDefaultFieldValues(int workspaceID)
Retrieves default field values for a Production Data Source object.
Task<ProductionDataSource> ReadSingleAsync(int workspaceID, int dataSourceID, bool withPlaceholderImage = false)
Returns an instance of a ProductionDataSource.
Updates a production datasource in the workspace.