Controls the behavior that is used when a Long Text field exceeds the configured character limit.
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 | |
|---|---|---|---|
| Default | 0 | Long Text field values will be truncated and followed by an ellipsis when the value exceeds the configured limit. | |
| Tokenized | 1 | Long Text field values will return a default token when the value exceeds the configured limit. | |
| DefaultWithErrors | 2 | Long Text field values will be truncated and followed by an ellipsis when the value exceeds the configured limit. If the field has errors, a TextFieldError object will be returned containing the error message. | |
| TokenizedWithErrors | 3 | Long Text field values will return a default token when the value exceeds the configured limit. If the field has errors, a TextFieldError object will be returned containing the error message. |
See Also