Specifies the mode for importing files.
Namespace: kCura.Relativity.DataReaderClient
Assembly: Relativity.DataExchange.Client.SDK (in Relativity.DataExchange.Client.SDK.dll) Version: 1.5.0
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Append | 0 | Import all files, even if this causes duplication. Faster than Append/Overlay mode. | |
Overlay | 1 | Update all files if new versions are made available by the import. | |
AppendOverlay | 2 | Import all files. Those that are duplicates will be updated to the new version of the file. |
See Also