<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="5000.1.0" />

LongTextField

public class LongTextField : Field
Represents the LongText field object.
public bool AllowHTML { get; set; }

Gets or sets a value indicating whether HTML formatted text can be displayed in this Field.

public bool AllowSortTally { get; set; }

Gets or sets a value indicating whether the document list is sorted on this Field.

public bool AvailableInViewer { get; set; }

Gets or sets a value indicating whether this Field appears in the viewer.

public bool IncludeInTextIndex { get; set; }

Gets or sets a value indicating whether this Field values are added to the SQL text index for the workspace, making the field searchable via keyword search.

public bool OpenToAssociations { get; set; }

Gets or sets a value indicating whether this Field information can be displayed on an associated object field.

public bool Unicode { get; set; }

Gets or sets a value indicating whether this Field can be used Unicode characters.

public bool Wrapping { get; set; }

Gets or sets a value indicating whether this Field wraps in this field.

public LongTextField()

Initializes a new instance of the LongTextField class.