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
Members
Member name | Value | Description | |
---|---|---|---|
BehaviorNotEntered | 0 | This value should not be set intentionally. It is only used in case the behavior is not supplied. | |
Replace | 1 | The objects identified by the given Artifact IDs completely replace the previous objects | |
Add | 2 | The objects identified by the given Artifact IDs are added to the existing objects, without duplication. (Merge) | |
Remove | 3 | The objects identified by the given Artifact IDs are removed from the existing objects. |
See Also