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

FixedLengthTextField

public class FixedLengthTextField : Field
Represents the FixedLength 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 string FriendlyName { get; set; }

Gets or sets a value indicating user-friendly name for the Field displayed in the Relativity UI.

public FieldImportBehavior ImportBehavior { get; set; }

Gets or sets a value of the Field indicating how blank values are handled when running an import job through the Relativity Desktop Client.

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 IsRelational { get; set; }

Gets or sets a value indicating whether the Field is relational.

public int Length { get; set; }

Gets or sets an integer value indicating the number of characters in this Field.

public bool OpenToAssociations { get; set; }

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

public int Order { get; set; }

Gets or sets an integer value of the Field used to indicate the order for the pane icons at the bottom of the Related Items pane.

public FieldPaneIcon PaneIcon { get; set; }

Gets or sets a value of the Field indicating an icon displayed in the Related Items pane of the core reviewer interface.

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.

Initializes a new instance of the FixedLengthTextField class.