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
Members
Member name | Value | Description | |
---|---|---|---|
BehaviorNotEntered | 0 | This value should not be set intentionally. It is only used in case the behavior is not supplied. | |
Replace | 1 | The given Choice values completely replace the previous values | |
Merge | 2 | The given Choices are merged with the existing values |
See Also