<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="13.6.1" />

Relativity.Services.Interfaces.Field.Models.LongTextFieldRequest

Represents a DTO used as a request for creating or updating a Long Text field.
public bool AllowHtml { get; set; }

Gets or sets whether HTML code is allowed to execute within the field.

public bool ALT { get; set; }

Gets or Sets whether the ctrl key is used in the keyboard shortcut for the field.

public bool AvailableInViewer { get; set; }

Gets or sets whether the field is displayed in the viewer.

public bool CTRL { get; set; }

Gets or Sets whether the ctrl key is used in the keyboard shortcut for the field.

public bool EnableDataGrid { get; set; }

Gets or sets if all data in this field should be imported to Data Grid.

public bool HasUnicode { get; set; }

Gets or sets if the field has unicode.

public bool IncludeInTextIndex { get; set; }

Gets or sets whether the field values are added to the workspace’s SQL text index, making the field searchable via keyword search.

public string Key { get; set; }

The key used along with SHIFT, ALT, and/or CTRL keys in the keyboard shortcut for the field.

public bool OpenToAssociations { get; set; }

Gets or sets whether an object field can display its information on an associated object field.

public bool SHIFT { get; set; }

Gets or Sets whether the ctrl key is used in the keyboard shortcut for the field.

public bool Wrapping { get; set; }

Gets or sets text wrapping for the field.