IProductionDataSourceManager
The interface enables interaction with Relativity Production Data Sources.
Task<int> CreateSingleAsync(int workspaceArtifactID, int productionID, ProductionDataSource dataSource)
Creates a production datasource in the workspace.
Deletes a production datasource in the workspace.
Task<ProductionDataSource> ReadSingleAsync(int workspaceArtifactID, int dataSourceArtifactID, bool withPlaceholderImage = false)
Returns an instance of a ProductionDataSource.
Updates a production datasource in the workspace.