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

Field

public class Field : NamedArtifact
Represents the base field object.
public bool AllowGroupBy { get; set; }

Gets or sets a value indicating whether this Field is available for grouping in Pivot.

public bool AllowPivot { get; set; }

Gets or sets a value indicating whether a pivot can be performed on this Field.

public string ArtifactTypeName { get; set; }

Gets or sets the artifact type name.

public FieldType FieldType { get; set; }

Gets or sets the type of the field, such as date, fixed-length text, long text, or others.

public bool IsIdentifier { get; set; }

Gets or sets a value indicating whether field is identifier.

public bool IsRequired { get; set; }

Gets or sets a value indicating whether the user must set a value on this Field.

public bool Linked { get; set; }

Gets or sets a value indicating whether a hyperlink for the field is available for this Field.

public ObjectType ObjectType { get; set; }

Gets or sets the object type.

public Artifact ParentArtifact { get; set; }

Gets or sets the parent artifact.

public FieldPropagate PropagateTo { get; set; }

Gets or sets the PropagateTo Field.

public virtual string Width { get; set; }

Gets or sets the number of pixels used for the column width of a field when it is displayed in the view.

public Field()