FieldUpdateBehavior Enumeration

Relativity Services API
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

public enum FieldUpdateBehavior
Members

  Member nameValueDescription
Replace0 Overwrites the current values for the choice or object field with those passed into the service.
Merge1 Merges the values passed into the service with the current values for the choice or object field.
Remove2 Removes the values passed into the service from the current values for the choice or object field.
See Also

Reference