LongTextBehavior Enumeration

Relativity Services API
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: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public enum LongTextBehavior
Members

  Member nameValueDescription
Default0 Long Text field values will be truncated and followed by an ellipsis when the value exceeds the configured limit.
Tokenized1 Long Text field values will return a default token when the value exceeds the configured limit.
See Also

Reference