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

CategoryField

public class CategoryField
Represents a field in the SaveFieldsAndCustomTextRequest.
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 CategoryID { get; set; }

Gets or sets the artifact id of the Category.

public int Colspan { get; set; }

Gets or sets the colspan of the field.

public int Column { get; set; }

Gets or sets the column to place the field in. Defaults to 1, the first column.

public string DefaultValue { get; set; }

Gets or sets the default value.

public string DisplayName { get; set; }

Gets or sets the display name of the field.

Gets the LayoutElementType.

public int FieldArtifactID { get; set; }

Gets or sets the artifact id of the field.

public int FieldCategoryID { get; set; }

Gets or sets the artifact id of the FieldCategory.

public FieldDisplayType FieldDisplayType { get; set; }

Gets or sets the FieldDisplayType of the field.

public FieldType FieldTypeID { get; set; }

Gets or sets the FieldType of the field.

public int? FullTextFieldHeight { get; set; }

Gets or sets the height of the full text field.

public bool IsArtifactBaseField { get; set; }

Gets or sets a value indicating whether the artifact is a base field.

public bool IsEdited { get; set; }

Gets or sets a value indicating whether this is edited.

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

Gets or sets the artifact id of the Layout.

public string NameValue { get; set; }

Gets or sets the name value.

public int? ObjectType { get; set; }

Gets or sets the artifact id of the object type.

public int Order { get; set; }

Gets or sets the order.

public int? PickerViewArtifactID { get; set; }

Gets or sets the artifactID of the PickerView.

public int? RepeatColumn { get; set; }

Gets or sets the repeat column.

public int Row { get; set; }

Gets or sets the row to place the field in.

public int Rows { get; set; }

Gets or sets the number of rows. Defaults to 1.

public bool ShowNameColumn { get; set; }

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

public long TempID { get; set; }

Gets or sets the TempID.

public CategoryField()