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

FixedLengthFieldRequest

Represents a DTO used as a request for creating or updating a Fixed Length 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 CTRL { get; set; }

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

public string FriendlyName { get; set; }

Gets or sets a label for the relational field that users can easily understand.

public bool HasUnicode { get; set; }

Gets or sets if the field has unicode.

public ImportBehavior ImportBehavior { get; set; }

Gets or sets how blank values are handled when importing through the Relativity Desktop Client.

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

Gets or sets whether the field is relational.

public string Key { get; set; }

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

public int Length { get; set; }

Gets or sets the maximum length 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 int Order { get; set; }

Gets or sets the pane icon order on the bottom of the Related Items pane.

public PaneIcon PaneIcon { get; set; }

Gets or sets an icon for display in the Related Items pane of the core reviewer interface.

Gets or sets the view that appears in the Related Items pane.

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.