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

Element

public class Element
Represents an Element in a CategoryElement of a category. This is normally a field, but might also be other things.
public bool AllowCopyFromPrevious { get; set; }

Gets or sets a value indicating whether to allow copy from previous.

public bool AllowHTML { get; set; }

Gets or sets a value indicating whether to allow HTML.

public int Colspan { get; set; }

Gets or sets the colspan.

public int Column { get; set; }

Gets or sets the column.

public string DisplayName { get; set; }

Gets or sets the DisplayName.

public bool EnableDataGrid { get; set; }

Gets or sets a value indicating whether to enable datagrid.

public int FieldCategoryID { get; set; }

Gets or sets the artifactid of the FieldCategory.

public int FieldId { get; set; }

Gets or sets the artifactid of the Field.

public FieldType FieldType { get; set; }

Gets or sets the FieldType.

public List<Guid> Guids { get; set; }

Gets or sets the guids associated with the field.

public bool IsReadOnly { get; set; }

Gets or sets a value indicating whether the field is read only.

public bool IsRequired { get; set; }

Gets or sets a value indicating whether the field is required.

public bool IsSystem { get; set; }

Gets or sets a value indicating whether the field is a system field.

public int MaxLength { get; set; }

Gets or sets the max length for text values.

public int Row { get; set; }

Gets or sets the row.

public bool ShowNameColumn { get; set; }

Gets or sets a value indicating whether to show the column name.

public Element()