MultiUpdateBehavior Enumeration

Relativity Services API
Defines how a multi object field should be updated

Namespace:  kCura.Relativity.Client
Assembly:  kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public enum MultiUpdateBehavior
Members

  Member nameValueDescription
BehaviorNotEntered0 This value should not be set intentionally. It is only used in case the behavior is not supplied.
Replace1 The objects identified by the given Artifact IDs completely replace the previous objects
Add2 The objects identified by the given Artifact IDs are added to the existing objects, without duplication. (Merge)
Remove3 The objects identified by the given Artifact IDs are removed from the existing objects.
See Also

Reference