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