The Relativity Import SDK package contains interfaces for interacting with Relativity Import APIs via .NET.
- Updated import SDK samples, including a transcript import example.
- Extended FieldMapping with MayContainTranscript property for long text fields, including Extracted Text. Added WithTranscript/WithoutTranscript builder methods.
- Added DocumentsImported option to ProgressElementAllowedNames for image import progress tracking.
- Added DetailedProgress property to ImportProgress model with a list of ProgressElement objects to track progress across subsequent import stages.
- Updated ImageSettingsBuilder to enforce that extracted text cannot be enabled together with production import.
- Added DeleteParentFolderAsync endpoint
- Added GetDefaultLocationForWorkspaceAsync and GetDefaultLocationForJobAsync endpoints
- Relativity.Import.SDK now targets .NET Standard 2.0
- Added ObjectIdentifier to ImportError model
- Update ImageSettingsBuilder to use ExtractedTextEncoding instead of Other settings.
- Add encoding and file size settings for all long text fields with file paths.
- Add builder method for long text field with file paths.
- Added dependency to Relativity.Kepler.Client.SDK
- Initial Version Release