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

BaseFieldRequest

public class BaseFieldRequest
Base field request with properties across all field types.
public bool AllowGroupBy { get; set; }

Gets or sets if the field is available to the group by when using Pivot.

public bool AllowPivot { get; set; }

Gets or sets if the field is available to pivot on.

public bool AllowSortTally { get; set; }

Gets or sets sorting document lists based on the field.

public FilterType FilterType { get; set; }

Gets or sets the type of filter available for the field.

public bool IsLinked { get; set; }

Gets or sets whether the field appears as a hyperlink within a list view.

public bool IsRequired { get; set; }

Gets or sets if the field is required.

public string Keywords { get; set; }

Gets or sets any keywords associated with the field.

public string Name { get; set; }

Gets or sets the name for the field.

public string Notes { get; set; }

Gets or sets an optional description or other information about the field.

public ObjectTypeIdentifier ObjectType { get; set; }

Gets or sets the identifier for the object type the field is associated with.

public List<ObjectIdentifier> PropagateTo { get; set; }

Gets or sets whether coding values should be propagated to the specified fields.

Gets or sets a list of identifiers of associated Relativity Applications for the field.

public string Source { get; set; }

Gets or sets which processing field is mapped to the field.

public int? Width { get; set; }

Gets or sets the width (in pixels) of the column in the view.