Specifies how to update multiple choice and multiple object fields.
Namespace: Relativity.Services.Objects.DataContracts
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Replace | 0 | Overwrites the current values for the choice or object field with those passed into the service. | |
| Merge | 1 | Merges the values passed into the service with the current values for the choice or object field. | |
| Remove | 2 | Removes the values passed into the service from the current values for the choice or object field. |
See Also