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: 13.3.1.1 045207d562027f7bb0eaa843477ebb7cba5b9f0a
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