MultiChoiceUpdateBehavior Enumeration

Relativity Services API
Defines how a multi choice field should be updated

Namespace:  kCura.Relativity.Client
Assembly:  kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public enum MultiChoiceUpdateBehavior
Members

  Member nameValueDescription
BehaviorNotEntered0 This value should not be set intentionally. It is only used in case the behavior is not supplied.
Replace1 The given Choice values completely replace the previous values
Merge2 The given Choices are merged with the existing values
See Also

Reference