Relativity.Processing.V1.Services.Interfaces.DTOs.CatalogField
Catalog Field DTO
Adding enumeration for ArtifactId insert as optional parameter
The unique identifier of the Catalog Field
Category of the field
Description of the nature of the data that the Catalog Field is intended to contain
The name of the Catalog Field, i.e. "Author", "Last Updated"
Relativity Field Type of the field
The maximum length of the field; only applies to Fixed Length (FieldType.Varchar) fields.
public CatalogField()
Parameterless constructor
public CatalogField(int? artifactId, Guid catalogFieldGuid, string fieldName, string description, string fieldType, string category, int length = 0)
Public constructor