OverwriteModeEnum Enumeration

Relativity Import APIs
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

public enum OverwriteModeEnum
Members

  Member nameValueDescription
Append0 Import all files, even if this causes duplication. Faster than Append/Overlay mode.
Overlay1 Update all files if new versions are made available by the import.
AppendOverlay2 Import all files. Those that are duplicates will be updated to the new version of the file.
See Also

Reference