<PackageReference Include="Relativity.Identity.SDK" Version="2.6.2" />

LongTextBehavior

public enum LongTextBehavior
Controls the behavior that is used when a Long Text field exceeds the configured character limit.
Default = 0

Long Text field values will be truncated and followed by an ellipsis when the value exceeds the configured limit.

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.

Long Text field values will return a default token when the value exceeds the configured limit.

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.